diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 12:54:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 12:54:26 (GMT) |
commit | 890a4089ea27937eca75c8a052830931f2668072 (patch) | |
tree | 33ed76110392f2238e3375fd44423879f28b7a3a /generic/tclStubInit.c | |
parent | fbdb724057c9545201d0a4cc2d8eb2edc4743392 (diff) | |
download | tcl-890a4089ea27937eca75c8a052830931f2668072.zip tcl-890a4089ea27937eca75c8a052830931f2668072.tar.gz tcl-890a4089ea27937eca75c8a052830931f2668072.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 535566f..8310a9d 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.133 2006/09/30 19:00:13 msofer Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.134 2006/10/27 12:54:26 dkf Exp $ */ #include "tclInt.h" @@ -318,6 +318,7 @@ TclIntStubs tclIntStubs = { TclGetPlatform, /* 224 */ TclTraceDictPath, /* 225 */ TclObjBeingDeleted, /* 226 */ + TclSetNsPath, /* 227 */ }; TclIntPlatStubs tclIntPlatStubs = { |