mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
add U_IS_BIG_ENDIAN to more platform headers
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/30
This commit is contained in:
parent
2030b941a0
commit
a4bff2a255
3 changed files with 9 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
#define HAVE_UINT32_T 0
|
||||
#define HAVE_BOOL_T 0
|
||||
|
||||
/* Determines the endianness of the platform */
|
||||
#define U_IS_BIG_ENDIAN 0
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Generic data types */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -38,6 +38,9 @@
|
|||
#define HAVE_UINT32_T 0
|
||||
#define HAVE_BOOL_T 0
|
||||
|
||||
/* Determines the endianness of the platform */
|
||||
#define U_IS_BIG_ENDIAN 1
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Generic data types */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -37,6 +37,9 @@
|
|||
#define HAVE_UINT32_T 0
|
||||
#define HAVE_BOOL_T 0
|
||||
|
||||
/* Determines the endianness of the platform */
|
||||
#define U_IS_BIG_ENDIAN 0
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Generic data types */
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Add table
Reference in a new issue