diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-09-10 20:01:02 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-09-10 20:01:02 (GMT) |
commit | 018ea7c6a2fe6ed1ced2e815c90008ec68e4fc15 (patch) | |
tree | 2378a3d3f1351d57bf05e094923a83208470a99b /generic/tclIOGT.c | |
parent | e670a163e03da4535c4a90ad9471f702c37a43ec (diff) | |
download | tcl-018ea7c6a2fe6ed1ced2e815c90008ec68e4fc15.zip tcl-018ea7c6a2fe6ed1ced2e815c90008ec68e4fc15.tar.gz tcl-018ea7c6a2fe6ed1ced2e815c90008ec68e4fc15.tar.bz2 |
* generic/tcl.h: Micro formatting fixes.
* generic/tclIOGT.c: Channel version fixed, must be 3, to have
wideseekProc. Thanks to David Graveraux <davygrvy@pobox.com>.
Diffstat (limited to 'generic/tclIOGT.c')
-rw-r--r-- | generic/tclIOGT.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOGT.c b/generic/tclIOGT.c index 0bc3083..552acc0 100644 --- a/generic/tclIOGT.c +++ b/generic/tclIOGT.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * CVS: $Id: tclIOGT.c,v 1.7 2002/05/24 21:19:06 dkf Exp $ + * CVS: $Id: tclIOGT.c,v 1.7.2.1 2004/09/10 20:01:03 andreas_kupries Exp $ */ #include "tclInt.h" @@ -131,7 +131,7 @@ static void ResultAdd _ANSI_ARGS_ ((ResultBuffer* r, static Tcl_ChannelType transformChannelType = { "transform", /* Type name. */ - TCL_CHANNEL_VERSION_2, + TCL_CHANNEL_VERSION_3, TransformCloseProc, /* Close proc. */ TransformInputProc, /* Input proc. */ TransformOutputProc, /* Output proc. */ |