mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
include inttypes.h before undefining/defining
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37416 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7f332cc704
commit
ce7b612350
1 changed files with 15 additions and 14 deletions
|
@ -148,6 +148,21 @@ typedef gsuaddr gsaddr;
|
|||
#define GS_HAVE_I64 @GS_HAVE_I64@
|
||||
#define GS_HAVE_I128 @GS_HAVE_I128@
|
||||
|
||||
/*
|
||||
* Ensure some standard types are defined.
|
||||
*/
|
||||
@INCLUDE_INTTYPES@
|
||||
@DEFINE_INT8_T@
|
||||
@DEFINE_UINT8_T@
|
||||
@DEFINE_INT16_T@
|
||||
@DEFINE_UINT16_T@
|
||||
@DEFINE_INT32_T@
|
||||
@DEFINE_UINT32_T@
|
||||
@DEFINE_INT64_T@
|
||||
@DEFINE_UINT64_T@
|
||||
@DEFINE_INTPTR_T@
|
||||
@DEFINE_UINTPTR_T@
|
||||
|
||||
/*
|
||||
* PTR Limit information replacements for buggy headers
|
||||
*/
|
||||
|
@ -194,20 +209,6 @@ typedef gsuaddr gsaddr;
|
|||
*/
|
||||
#define NXConstantString @NX_CONST_STRING_CLASS@
|
||||
|
||||
/*
|
||||
* Ensure some standard types are defined.
|
||||
*/
|
||||
@INCLUDE_INTTYPES@
|
||||
@DEFINE_INT8_T@
|
||||
@DEFINE_UINT8_T@
|
||||
@DEFINE_INT16_T@
|
||||
@DEFINE_UINT16_T@
|
||||
@DEFINE_INT32_T@
|
||||
@DEFINE_UINT32_T@
|
||||
@DEFINE_INT64_T@
|
||||
@DEFINE_UINT64_T@
|
||||
@DEFINE_INTPTR_T@
|
||||
@DEFINE_UINTPTR_T@
|
||||
|
||||
/*
|
||||
* Wide unicode character type.
|
||||
|
|
Loading…
Reference in a new issue