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:
Riccardo Mottola 2013-11-27 00:06:54 +00:00
parent 7f332cc704
commit ce7b612350

View file

@ -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.