diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2003-04-05 01:26:11 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2003-04-05 01:26:11 (GMT) |
| commit | 872405e9d46498a691c0d082a178d5b508821bca (patch) | |
| tree | 2b5731afdfd6a04bb133e14790909ef5f92e52c0 /generic/tclStubInit.c | |
| parent | 6b3e2701c4ab5aed01fbaeac37e2b85e48c3bb63 (diff) | |
| download | tcl-872405e9d46498a691c0d082a178d5b508821bca.zip tcl-872405e9d46498a691c0d082a178d5b508821bca.tar.gz tcl-872405e9d46498a691c0d082a178d5b508821bca.tar.bz2 | |
Regen.
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 9bf6c73..c424c07 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.80 2003/03/21 03:23:24 dgp Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.81 2003/04/05 01:26:11 dkf Exp $ */ #include "tclInt.h" @@ -925,6 +925,17 @@ TclStubs tclStubs = { Tcl_Seek, /* 491 */ Tcl_Tell, /* 492 */ Tcl_ChannelWideSeekProc, /* 493 */ + Tcl_DictObjPut, /* 494 */ + Tcl_DictObjGet, /* 495 */ + Tcl_DictObjRemove, /* 496 */ + Tcl_DictObjSize, /* 497 */ + Tcl_DictObjFirst, /* 498 */ + Tcl_DictObjNext, /* 499 */ + Tcl_DictObjDone, /* 500 */ + Tcl_DictObjPutKeyList, /* 501 */ + Tcl_DictObjRemoveKeyList, /* 502 */ + Tcl_NewDictObj, /* 503 */ + Tcl_DbNewDictObj, /* 504 */ }; /* !END!: Do not edit above this line. */ |
