summaryrefslogtreecommitdiffstats
path: root/compat/zlib/deflate.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-05-15 10:41:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-05-15 10:41:03 (GMT)
commitf4d3ebde2af3c5df88de0299af83dddf06c41822 (patch)
treee41acfb37b7397d31cf5d91943a5ebf8bd2f7ca6 /compat/zlib/deflate.h
parent1eacac1aa2e8e1f6a11ad280d4d5ac4774672c81 (diff)
parent1d99d2af062fbf3e3af72e1347840eb3555250dc (diff)
downloadtcl-f4d3ebde2af3c5df88de0299af83dddf06c41822.zip
tcl-f4d3ebde2af3c5df88de0299af83dddf06c41822.tar.gz
tcl-f4d3ebde2af3c5df88de0299af83dddf06c41822.tar.bz2
merge trunkdkf_bcc_optimize
Diffstat (limited to 'compat/zlib/deflate.h')
-rw-r--r--compat/zlib/deflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/deflate.h b/compat/zlib/deflate.h
index fbac44d..ce0299e 100644
--- a/compat/zlib/deflate.h
+++ b/compat/zlib/deflate.h
@@ -104,7 +104,7 @@ typedef struct internal_state {
int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
gz_headerp gzhead; /* gzip header information to write */
uInt gzindex; /* where in extra, name, or comment */
- Byte method; /* STORED (for zip only) or DEFLATED */
+ Byte method; /* can only be DEFLATED */
int last_flush; /* value of flush param for previous deflate call */
/* used by deflate.c: */