diff options
Diffstat (limited to 'lib/gl/printf-parse.c')
-rw-r--r-- | lib/gl/printf-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gl/printf-parse.c b/lib/gl/printf-parse.c index 0438e8f4ef..5bc6ef6f98 100644 --- a/lib/gl/printf-parse.c +++ b/lib/gl/printf-parse.c @@ -401,7 +401,7 @@ PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a) cp++; } #if defined __APPLE__ && defined __MACH__ - /* On MacOS X 10.3, PRIdMAX is defined as "qd". + /* On Mac OS X 10.3, PRIdMAX is defined as "qd". We cannot change it to "lld" because PRIdMAX must also be understood by the system's printf routines. */ else if (*cp == 'q') |