summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2015-07-28 22:44:31 -0700
committerMark Adler <madler@alumni.caltech.edu>2015-07-28 22:44:31 -0700
commit51a223def4382fdd0c9531ba77bd10724eae9f5f (patch)
tree10310a523d1dc8bbef4b007fa2c7c3bb433ba5e5 /zlib.h
parent0b22337126401ef68ac5cf0308413239a4fb9c83 (diff)
downloadzlib-51a223def4382fdd0c9531ba77bd10724eae9f5f.tar.gz
Avoid use of DEBUG macro -- change to ZLIB_DEBUG.
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index 0681f6f..c563014 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1122,7 +1122,7 @@ ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
7.6: size of z_off_t
Compiler, assembler, and debug options:
- 8: DEBUG
+ 8: ZLIB_DEBUG
9: ASMV or ASMINF -- use ASM code
10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
11: 0 (reserved)