diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-05 01:26:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-05 01:26:11 (GMT) |
commit | b53447957866538072ba7c85a05786927801ec14 (patch) | |
tree | 2b5731afdfd6a04bb133e14790909ef5f92e52c0 /generic/tclStubInit.c | |
parent | fdae48118c13223e176a192699aad3cd2643d30e (diff) | |
download | tcl-b53447957866538072ba7c85a05786927801ec14.zip tcl-b53447957866538072ba7c85a05786927801ec14.tar.gz tcl-b53447957866538072ba7c85a05786927801ec14.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. */ |