diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-01 01:31:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-01 01:31:21 (GMT) |
commit | 57d15d8c0d6593106a433266fb8f554f1fbf83e6 (patch) | |
tree | ddfd3262dd526ed822288ea4e88ca1f30c6b11a0 /generic/tclStubInit.c | |
parent | 319cf45c1651867ee0e05ac4d4ba59b8f9ccdc4f (diff) | |
download | tcl-57d15d8c0d6593106a433266fb8f554f1fbf83e6.zip tcl-57d15d8c0d6593106a433266fb8f554f1fbf83e6.tar.gz tcl-57d15d8c0d6593106a433266fb8f554f1fbf83e6.tar.bz2 |
regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 0a89d09..9982ecb 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.89 2003/09/29 21:45:35 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.90 2003/11/01 01:31:21 dkf Exp $ */ #include "tclInt.h" @@ -274,6 +274,8 @@ TclIntStubs tclIntStubs = { TclVarErrMsg, /* 177 */ Tcl_SetStartupScript, /* 178 */ Tcl_GetStartupScript, /* 179 */ + TclNewListObjDirect, /* 180 */ + TclDbNewListObjDirect, /* 181 */ }; TclIntPlatStubs tclIntPlatStubs = { |