summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-28 22:18:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-28 22:18:46 (GMT)
commit28e0461696908d8627af917607355d087a422c3d (patch)
treebb294bc9246c9dfed82206c3ef15bed6fb787fc4 /generic/tclStubInit.c
parentd41bad2545ee171add61111b71b9d8c5c3e89173 (diff)
downloadtcl-28e0461696908d8627af917607355d087a422c3d.zip
tcl-28e0461696908d8627af917607355d087a422c3d.tar.gz
tcl-28e0461696908d8627af917607355d087a422c3d.tar.bz2
regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 5572326..07b6ca3 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.163 2008/09/24 09:41:20 dkf Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.164 2008/09/28 22:18:46 dkf Exp $
*/
#include "tclInt.h"
@@ -1127,6 +1127,8 @@ static const TclStubs tclStubs = {
Tcl_GetSizeFromStat, /* 599 */
Tcl_GetBlocksFromStat, /* 600 */
Tcl_GetBlockSizeFromStat, /* 601 */
+ Tcl_SetEnsembleParameterList, /* 602 */
+ Tcl_GetEnsembleParameterList, /* 603 */
};
/* !END!: Do not edit above this line. */