summaryrefslogtreecommitdiff
path: root/com32/lib/zlib/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/lib/zlib/deflate.h')
-rw-r--r--com32/lib/zlib/deflate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/lib/zlib/deflate.h b/com32/lib/zlib/deflate.h
index cbf0d1ea..09cf4c49 100644
--- a/com32/lib/zlib/deflate.h
+++ b/com32/lib/zlib/deflate.h
@@ -246,7 +246,7 @@ typedef struct internal_state {
uInt matches; /* number of string matches in current block */
int last_eob_len; /* bit length of EOB code for last block */
-#ifdef DEBUG
+#ifdef DEBUG_ZLIB
ulg compressed_len; /* total bit length of compressed file mod 2^32 */
ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
#endif
@@ -305,7 +305,7 @@ void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
* used.
*/
-#ifndef DEBUG
+#ifndef DEBUG_ZLIB
/* Inline versions of _tr_tally for speed: */
#if defined(GEN_TREES_H) || !defined(STDC)