mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2805 Fix a comment
X-SVN-Rev: 14472
This commit is contained in:
parent
84c36b22db
commit
34e8e338a0
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
|
||||
/* Determines the endianness of the platform
|
||||
It's done this way in case multiple architectures are being built at once.
|
||||
For example, Mac OS supports fat binaries, which can be both PPC and x86 based. */
|
||||
For example, Darwin supports fat binaries, which can be both PPC and x86 based. */
|
||||
#if defined(BYTE_ORDER) && defined(BIG_ENDIAN)
|
||||
#define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN)
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue