diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-28 22:49:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-28 22:49:30 (GMT) |
commit | 8466cc50e51b988b8d181dbe9db4e19be8f9c698 (patch) | |
tree | 0645a9ded35f1f639f12a7d23802e3083813f2f8 /generic/tclStubInit.c | |
parent | adecfb361563dfde20ccc0336337bb5898faf2a8 (diff) | |
download | tcl-8466cc50e51b988b8d181dbe9db4e19be8f9c698.zip tcl-8466cc50e51b988b8d181dbe9db4e19be8f9c698.tar.gz tcl-8466cc50e51b988b8d181dbe9db4e19be8f9c698.tar.bz2 |
Regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 8310a9d..b9a75d4 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.134 2006/10/27 12:54:26 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.135 2006/10/28 22:49:30 dkf Exp $ */ #include "tclInt.h" @@ -319,6 +319,7 @@ TclIntStubs tclIntStubs = { TclTraceDictPath, /* 225 */ TclObjBeingDeleted, /* 226 */ TclSetNsPath, /* 227 */ + TclObjInterpProcCore, /* 228 */ }; TclIntPlatStubs tclIntPlatStubs = { |