summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-12-23 03:11:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-12-23 03:11:01 (GMT)
commit1a92fb378c0e8060f433986fb0dc89bd04168a45 (patch)
treea5328c9e7f0e9394621e84657c6454994d8084af /generic/tclCompile.c
parent52bcb866e5ca12af686bac155a8922480f2b7117 (diff)
parentef6f1ba2c34bd3243b54d46d23d37392d7bf34ba (diff)
downloadtcl-1a92fb378c0e8060f433986fb0dc89bd04168a45.zip
tcl-1a92fb378c0e8060f433986fb0dc89bd04168a45.tar.gz
tcl-1a92fb378c0e8060f433986fb0dc89bd04168a45.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 3736498..0f4dfaf 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -4342,10 +4342,11 @@ TclInitAuxDataTypeTable(void)
Tcl_InitHashTable(&auxDataTypeTable, TCL_STRING_KEYS);
/*
- * There are only three AuxData types at this time, so register them here.
+ * There are only four AuxData types at this time, so register them here.
*/
RegisterAuxDataType(&tclForeachInfoType);
+ RegisterAuxDataType(&tclNewForeachInfoType);
RegisterAuxDataType(&tclJumptableInfoType);
RegisterAuxDataType(&tclDictUpdateInfoType);
}