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 /zlib.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 'zlib.h')
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1122,7 +1122,7 @@ ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); | |||
1122 | 7.6: size of z_off_t | 1122 | 7.6: size of z_off_t |
1123 | 1123 | ||
1124 | Compiler, assembler, and debug options: | 1124 | Compiler, assembler, and debug options: |
1125 | 8: DEBUG | 1125 | 8: ZLIB_DEBUG |
1126 | 9: ASMV or ASMINF -- use ASM code | 1126 | 9: ASMV or ASMINF -- use ASM code |
1127 | 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention | 1127 | 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention |
1128 | 11: 0 (reserved) | 1128 | 11: 0 (reserved) |