diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-12 23:23:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-12 23:23:20 (GMT) |
commit | 28b521aa54b70b09061301be5da23d1b4bf33f8e (patch) | |
tree | 0aa002e97520ad2d467b87031fbf4bf24702d231 /generic/tclStubInit.c | |
parent | b5f23b269da4a13d51e2ce28b73f87d3291ebbf2 (diff) | |
download | tcl-28b521aa54b70b09061301be5da23d1b4bf33f8e.zip tcl-28b521aa54b70b09061301be5da23d1b4bf33f8e.tar.gz tcl-28b521aa54b70b09061301be5da23d1b4bf33f8e.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 b9a75d4..50fd94e 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.135 2006/10/28 22:49:30 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.136 2006/11/12 23:23:20 dkf Exp $ */ #include "tclInt.h" @@ -320,6 +320,8 @@ TclIntStubs tclIntStubs = { TclObjBeingDeleted, /* 226 */ TclSetNsPath, /* 227 */ TclObjInterpProcCore, /* 228 */ + TclPtrMakeUpvar, /* 229 */ + TclObjLookupVar, /* 230 */ }; TclIntPlatStubs tclIntPlatStubs = { |