one Int to rule them all

This commit is contained in:
Vítor Santos Costa 2015-02-03 02:36:24 +00:00
parent 65bcdc541c
commit bf215e68a2

View File

@ -51,8 +51,8 @@ typedef uintptr_t UInt;
#define UInt_FORMAT "%ul" #define UInt_FORMAT "%ul"
#elif SIZEOF_LONG_INT==4 #elif SIZEOF_LONG_INT==4
/* */ typedef long int Int; /* typedef long int Int;*/
/* */ typedef unsigned long int UInt; /* typedef unsigned long int UInt; */
#define Int_FORMAT "%ld" #define Int_FORMAT "%ld"
#define UInt_FORMAT "%lu" #define UInt_FORMAT "%lu"