yet another PRIdPTR fix

This commit is contained in:
Matthew Flatt 2010-12-13 16:29:57 -07:00
parent 9066868c7c
commit 04d1397825

View File

@ -2023,7 +2023,7 @@ Scheme_Object *scheme_load_delayed_code(int pos, struct Scheme_Load_Delay *ld);
intptr_t scheme_get_print_width(void);
#ifndef PTIdPTR
#ifndef PRIdPTR
# ifndef PRINTF_INTPTR_SIZE_PREFIX
# define PRINTF_INTPTR_SIZE_PREFIX "l"
# endif