diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ | |||
67 | #ifndef HAVE_VSNPRINTF | 67 | #ifndef HAVE_VSNPRINTF |
68 | # ifdef MSDOS | 68 | # ifdef MSDOS |
69 | /* vsnprintf may exist on some MS-DOS compilers (DJGPP?), | 69 | /* vsnprintf may exist on some MS-DOS compilers (DJGPP?), |
70 | but for now we just assume it doesn't. */ | 70 | but for now we just assume it doesn't. */ |
71 | # define NO_vsnprintf | 71 | # define NO_vsnprintf |
72 | # endif | 72 | # endif |
73 | # ifdef __TURBOC__ | 73 | # ifdef __TURBOC__ |