Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 466700
Collapse All | Expand All

(-)texlive-20120701-source/libs/icu/icu-49.1/common/unicode/platform.h (+4 lines)
Lines 349-354 Link Here
349
#elif U_PLATFORM == U_PF_OS390 || U_PLATFORM == U_PF_OS400
349
#elif U_PLATFORM == U_PF_OS390 || U_PLATFORM == U_PF_OS400
350
    /* These platforms do not appear to predefine any endianness macros. */
350
    /* These platforms do not appear to predefine any endianness macros. */
351
#   define U_IS_BIG_ENDIAN 1
351
#   define U_IS_BIG_ENDIAN 1
352
#elif defined(sparc) || defined(__sparc) || defined(__sparc__)
353
   /* Some sparc based systems (e.g. Linux) do not predefine any endianness
354
    * macros. */
355
#   define U_IS_BIG_ENDIAN 1
352
#else
356
#else
353
#   define U_IS_BIG_ENDIAN 0
357
#   define U_IS_BIG_ENDIAN 0
354
#endif
358
#endif

Return to bug 466700