diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2003-08-25 20:06:37 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2003-08-25 20:06:37 (GMT) |
| commit | f070683b3fd1c8ede3242e5965b83d62ff861346 (patch) | |
| tree | 0d3f811fed70615167a0a92f0139fe1a60c5b949 /generic/tclStubInit.c | |
| parent | 3dc22725104bbf26551699c9e54ca72f1107cae6 (diff) | |
| download | tcl-f070683b3fd1c8ede3242e5965b83d62ff861346.zip tcl-f070683b3fd1c8ede3242e5965b83d62ff861346.tar.gz tcl-f070683b3fd1c8ede3242e5965b83d62ff861346.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. */ |
