diff options
author | welch <welch> | 1999-06-30 17:47:27 (GMT) |
---|---|---|
committer | welch <welch> | 1999-06-30 17:47:27 (GMT) |
commit | 31463576a06dda5ee5f81f24cb119b3dd469dc71 (patch) | |
tree | cad9dceb9c65e0526946c63abbc976527f5d47ce /generic/tclStubInit.c | |
parent | cf9b05a0bbf76349c46744b72706db558588a9e7 (diff) | |
download | tcl-31463576a06dda5ee5f81f24cb119b3dd469dc71.zip tcl-31463576a06dda5ee5f81f24cb119b3dd469dc71.tar.gz tcl-31463576a06dda5ee5f81f24cb119b3dd469dc71.tar.bz2 |
Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannel
functions.
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 8b824cc..fc491f7 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.19 1999/06/17 19:32:15 stanton Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.20 1999/06/30 17:47:28 welch Exp $ */ #include "tclInt.h" @@ -661,8 +661,8 @@ TclStubs tclStubs = { #endif /* MAC_TCL */ Tcl_GetVersion, /* 279 */ Tcl_InitMemory, /* 280 */ - NULL, /* 281 */ - NULL, /* 282 */ + Tcl_ReplaceChannel, /* 281 */ + Tcl_UndoReplaceChannel, /* 282 */ NULL, /* 283 */ NULL, /* 284 */ NULL, /* 285 */ |