fix intptr_t printf template for Windows

This commit is contained in:
Matthew Flatt 2010-12-12 08:50:26 -07:00
parent aa43ba40c7
commit f3c695e3df

View File

@ -2027,8 +2027,8 @@ intptr_t scheme_get_print_width(void);
# ifndef PRINTF_INTPTR_SIZE_PREFIX
# define PRINTF_INTPTR_SIZE_PREFIX "l"
# endif
# define PTIdPTR PRINTF_INTPTR_SIZE_PREFIX "d"
# define PTIxPTR PRINTF_INTPTR_SIZE_PREFIX "x"
# define PRIdPTR PRINTF_INTPTR_SIZE_PREFIX "d"
# define PRIxPTR PRINTF_INTPTR_SIZE_PREFIX "x"
#endif
/*========================================================================*/