diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2015-07-28 22:44:31 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2015-07-28 22:44:31 -0700 |
commit | 51a223def4382fdd0c9531ba77bd10724eae9f5f (patch) | |
tree | 10310a523d1dc8bbef4b007fa2c7c3bb433ba5e5 /zutil.h | |
parent | 0b22337126401ef68ac5cf0308413239a4fb9c83 (diff) | |
download | zlib-51a223def4382fdd0c9531ba77bd10724eae9f5f.tar.gz zlib-51a223def4382fdd0c9531ba77bd10724eae9f5f.tar.bz2 zlib-51a223def4382fdd0c9531ba77bd10724eae9f5f.zip |
Avoid use of DEBUG macro -- change to ZLIB_DEBUG.
Diffstat (limited to 'zutil.h')
-rw-r--r-- | zutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ | |||
216 | #endif | 216 | #endif |
217 | 217 | ||
218 | /* Diagnostic functions */ | 218 | /* Diagnostic functions */ |
219 | #ifdef DEBUG | 219 | #ifdef ZLIB_DEBUG |
220 | # include <stdio.h> | 220 | # include <stdio.h> |
221 | extern int ZLIB_INTERNAL z_verbose; | 221 | extern int ZLIB_INTERNAL z_verbose; |
222 | extern void ZLIB_INTERNAL z_error OF((char *m)); | 222 | extern void ZLIB_INTERNAL z_error OF((char *m)); |