diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-20 15:40:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-20 15:40:13 (GMT) |
commit | d1bb696494e79660e15cf20562a88f119df66388 (patch) | |
tree | e75319cfe2daf19386383d62f1f15bae4f5227da /generic/tclStubInit.c | |
parent | 981ede1b28ef6c7040d9526a568faf7d7e6f73de (diff) | |
download | tcl-d1bb696494e79660e15cf20562a88f119df66388.zip tcl-d1bb696494e79660e15cf20562a88f119df66388.tar.gz tcl-d1bb696494e79660e15cf20562a88f119df66388.tar.bz2 |
regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index d4dfdbe..b7e4b9a 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.188 2010/02/28 09:05:56 nijtmans Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.189 2010/03/20 15:40:14 dkf Exp $ */ #include "tclInt.h" @@ -57,7 +57,7 @@ static const TclIntStubs tclIntStubs = { TclCleanupChildren, /* 5 */ TclCleanupCommand, /* 6 */ TclCopyAndCollapse, /* 7 */ - TclCopyChannel, /* 8 */ + TclCopyChannelOld, /* 8 */ TclCreatePipeline, /* 9 */ TclCreateProc, /* 10 */ TclDeleteCompiledLocalVars, /* 11 */ @@ -297,6 +297,7 @@ static const TclIntStubs tclIntStubs = { TclGetNamespaceCommandTable, /* 245 */ TclInitRewriteEnsemble, /* 246 */ TclResetRewriteEnsemble, /* 247 */ + TclCopyChannel, /* 248 */ }; static const TclIntPlatStubs tclIntPlatStubs = { |