diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-25 20:06:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-25 20:06:37 (GMT) |
commit | 3def91af131df87f16522a71e524cdaf2f826614 (patch) | |
tree | 0d3f811fed70615167a0a92f0139fe1a60c5b949 /generic/tclStubInit.c | |
parent | 29826f66ff19f23d00fdf93cccc2d4b4e6738365 (diff) | |
download | tcl-3def91af131df87f16522a71e524cdaf2f826614.zip tcl-3def91af131df87f16522a71e524cdaf2f826614.tar.gz tcl-3def91af131df87f16522a71e524cdaf2f826614.tar.bz2 |
Regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index c925142..4f75d4c 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.86 2003/06/26 08:43:15 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.87 2003/08/25 20:06:37 dkf Exp $ */ #include "tclInt.h" @@ -948,6 +948,18 @@ TclStubs tclStubs = { Tcl_NewDictObj, /* 503 */ Tcl_DbNewDictObj, /* 504 */ Tcl_RegisterConfig, /* 505 */ + Tcl_CreateNamespace, /* 506 */ + Tcl_DeleteNamespace, /* 507 */ + Tcl_AppendExportList, /* 508 */ + Tcl_Export, /* 509 */ + Tcl_Import, /* 510 */ + Tcl_ForgetImport, /* 511 */ + Tcl_GetCurrentNamespace, /* 512 */ + Tcl_GetGlobalNamespace, /* 513 */ + Tcl_FindNamespace, /* 514 */ + Tcl_FindCommand, /* 515 */ + Tcl_GetCommandFromObj, /* 516 */ + Tcl_GetCommandFullName, /* 517 */ }; /* !END!: Do not edit above this line. */ |