summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-09-19 14:56:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-09-19 14:56:29 (GMT)
commit81c1f15aff0ed7ab5c3e6ff85071787619f7ed45 (patch)
tree8d68ad1e18857ac0347c279d4886c606de6473e2 /generic/tclCompCmds.c
parentb6c1b41e104b590889abc40a5b8cab1436d2e52c (diff)
parent58c74e141ff1c65580defe7237e86826b15afea2 (diff)
downloadtcl-81c1f15aff0ed7ab5c3e6ff85071787619f7ed45.zip
tcl-81c1f15aff0ed7ab5c3e6ff85071787619f7ed45.tar.gz
tcl-81c1f15aff0ed7ab5c3e6ff85071787619f7ed45.tar.bz2
Line numbers wrong in compiled [dict for].
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index 8f72367..45e856f 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -1424,7 +1424,7 @@ CompileDictEachCmd(
* this point.
*/
- CompileWord(envPtr, dictTokenPtr, interp, 3);
+ CompileWord(envPtr, dictTokenPtr, interp, 2);
/*
* Now we catch errors from here on so that we can finalize the search