diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-17 14:33:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-17 14:33:33 (GMT) |
commit | d77c012ac73b8e2be7fb8f6da653684273a2d949 (patch) | |
tree | 6150e652c4c2ab335cabbdea46dd74c85aec2829 /generic/tcl.h | |
parent | 13322e887e0515bacdfd999d1a60f719ec6b0cce (diff) | |
download | tcl-d77c012ac73b8e2be7fb8f6da653684273a2d949.zip tcl-d77c012ac73b8e2be7fb8f6da653684273a2d949.tar.gz tcl-d77c012ac73b8e2be7fb8f6da653684273a2d949.tar.bz2 |
Removed unused flag.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 8539e0a..58cfd6e 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.283 2008/12/16 14:34:56 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.284 2008/12/17 14:33:33 dkf Exp $ */ #ifndef _TCL @@ -2268,10 +2268,9 @@ typedef int (*Tcl_ArgvGenFuncProc)(ClientData clientData, Tcl_Interp *interp, /* * Constants that describe whether the stream is to operate in compressing or - * decompressing mode. The scripted level doesn't use pass-through mode. + * decompressing mode. */ -#define TCL_ZLIB_STREAM_PASS 0 #define TCL_ZLIB_STREAM_DEFLATE 16 #define TCL_ZLIB_STREAM_INFLATE 32 |