diff options
author | welch <welch> | 1999-07-02 19:51:29 (GMT) |
---|---|---|
committer | welch <welch> | 1999-07-02 19:51:29 (GMT) |
commit | 2d937e100928216f6ee936df4596363301450fe2 (patch) | |
tree | 6a074f5917a876bb3448145be44c032cb17bb78d /generic/tclStubInit.c | |
parent | 66a17ecd6338f4871396c407f750c65400c8ad72 (diff) | |
download | tcl-2d937e100928216f6ee936df4596363301450fe2.zip tcl-2d937e100928216f6ee936df4596363301450fe2.tar.gz tcl-2d937e100928216f6ee936df4596363301450fe2.tar.bz2 |
Name change from Tcl_ReplaceChannel to Tcl_StackChannel
Added new code that modifies the channel in place.
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index d763023..0da46d6 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.21 1999/06/30 22:34:45 redman Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.22 1999/07/02 19:51:30 welch Exp $ */ #include "tclInt.h" @@ -665,9 +665,9 @@ TclStubs tclStubs = { #endif /* MAC_TCL */ Tcl_GetVersion, /* 279 */ Tcl_InitMemory, /* 280 */ - Tcl_ReplaceChannel, /* 281 */ - Tcl_UndoReplaceChannel, /* 282 */ - NULL, /* 283 */ + Tcl_StackChannel, /* 281 */ + Tcl_UnstackChannel, /* 282 */ + Tcl_GetStackedChannel, /* 283 */ NULL, /* 284 */ NULL, /* 285 */ Tcl_AppendObjToObj, /* 286 */ |