diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-05 23:36:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-05 23:36:36 (GMT) |
commit | 95748a33387880fba794dc3e9db352a218b1f84e (patch) | |
tree | cd5a01d5fc0f8a787aee5f2960bdc0cab9c2d7cb /generic/tclStubInit.c | |
parent | 29cf1d7bf639866e48ef946d326a229a9514f492 (diff) | |
download | tcl-95748a33387880fba794dc3e9db352a218b1f84e.zip tcl-95748a33387880fba794dc3e9db352a218b1f84e.tar.gz tcl-95748a33387880fba794dc3e9db352a218b1f84e.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 9aff293..361d7d7 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.139 2007/04/03 15:08:24 msofer Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.140 2007/05/05 23:36:36 dkf Exp $ */ #include "tclInt.h" @@ -323,6 +323,8 @@ TclIntStubs tclIntStubs = { TclPtrMakeUpvar, /* 229 */ TclObjLookupVar, /* 230 */ TclGetNamespaceFromObj, /* 231 */ + TclEvalObjEx, /* 232 */ + TclGetSrcInfoForPc, /* 233 */ }; TclIntPlatStubs tclIntPlatStubs = { |