Mac unsigned argument is different than other platforms

This commit is contained in:
Eric Scharff 2007-09-19 10:26:08 -06:00
parent f430f3f00e
commit c9332e4615

View File

@ -11,7 +11,11 @@
#ifdef __i386__
# define LD "d"
#ifdef __APPLE__
# define ULD "lu"
#else
# define ULD "u"
#endif
# define LLD "lld"
#elif defined __x86_64__
# define LD "ld"