mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2011 Include utypes.h before assert.h for the proton compiler's broken name mangling
X-SVN-Rev: 9291
This commit is contained in:
parent
7c556849f0
commit
a112484129
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
|
||||
#ifndef U_ASSERT_H
|
||||
#define U_ASSERT_H
|
||||
/* utypes.h is included to get the proper define for uint8_t */
|
||||
#include "unicode/utypes.h"
|
||||
#include <assert.h>
|
||||
#define U_ASSERT(exp) assert(exp)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue