summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authortwylite <twylite@crypt.co.za>2012-08-08 15:28:09 (GMT)
committertwylite <twylite@crypt.co.za>2012-08-08 15:28:09 (GMT)
commit540f62b18de23e912d85b8b0fe9ea4f35dda0d2b (patch)
treebfaea5c03c7fc848c1e05747d300c89b91112b05 /generic/tclBasic.c
parent79878e7af5ae502d353130a4cca867147152bfc2 (diff)
downloadtcl-540f62b18de23e912d85b8b0fe9ea4f35dda0d2b.zip
tcl-540f62b18de23e912d85b8b0fe9ea4f35dda0d2b.tar.gz
tcl-540f62b18de23e912d85b8b0fe9ea4f35dda0d2b.tar.bz2
Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and 'dict map'.
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index fe8fa5a..a35da29 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -219,7 +219,6 @@ static const CmdInfo builtInCmds[] = {
{"expr", Tcl_ExprObjCmd, TclCompileExprCmd, TclNRExprObjCmd, 1},
{"for", Tcl_ForObjCmd, TclCompileForCmd, TclNRForObjCmd, 1},
{"foreach", Tcl_ForeachObjCmd, TclCompileForeachCmd, TclNRForeachCmd, 1},
- {"foreacha", Tcl_ForeachaObjCmd, TclCompileForeachaCmd, TclNRForeachaCmd, 1},
{"format", Tcl_FormatObjCmd, NULL, NULL, 1},
{"global", Tcl_GlobalObjCmd, TclCompileGlobalCmd, NULL, 1},
{"if", Tcl_IfObjCmd, TclCompileIfCmd, TclNRIfObjCmd, 1},