diff options
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 902f528..18070f6 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.3 1999/03/10 05:52:50 stanton Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.4 1999/03/10 23:19:09 redman Exp $ */ #include "tclInt.h" @@ -349,6 +349,13 @@ TclStubs tclStubs = { Tcl_VarEvalVA, /* 276 */ Tcl_WaitPid, /* 277 */ panicVA, /* 278 */ + Tcl_GetVersion, /* 279 */ + use, /* 280 */ + use, /* 281 */ + use, /* 282 */ + use, /* 283 */ + use, /* 284 */ + use, /* 285 */ }; TclStubs *tclStubsPtr = &tclStubs; |