Fix Mac compiler warnings for fprintf format strings

This commit is contained in:
Eric Scharff 2008-04-24 11:07:20 -06:00
parent 18d25468fe
commit 584e1005e3

View File

@ -29,11 +29,12 @@
#ifdef __i386__
# define LD "d"
# define LX "x"
# define LLD "lld"
#ifdef __APPLE__
# define ULD "lu"
# define LX "lx"
#else
# define LX "x"
# define ULD "u"
#endif
#elif defined __x86_64__