summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
authormig <mig>2013-12-06 01:07:10 (GMT)
committermig <mig>2013-12-06 01:07:10 (GMT)
commit53009920c226ade2ef2f7f12b73ee9cc0bcf766b (patch)
tree72bbbf92c101d838c551ad5c496c397d35d0352f /generic/tclExecute.c
parentbd06c04659422136285db5fbcb585c18d10b595d (diff)
downloadtcl-53009920c226ade2ef2f7f12b73ee9cc0bcf766b.zip
tcl-53009920c226ade2ef2f7f12b73ee9cc0bcf766b.tar.gz
tcl-53009920c226ade2ef2f7f12b73ee9cc0bcf766b.tar.bz2
adapted the array-set compiler to use the new foreach opcodes
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index fe05b30..a831cd6 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -6259,7 +6259,6 @@ TEBCresume(
pc += 5 - infoPtr->loopCtTemp;
case INST_FOREACH_STEP:
- /* THIS INSTRUCTION IS ONLY CALLED AS A CONTINUE TARGET */
/*
* "Step" a foreach loop (i.e., begin its next iteration) by assigning
* the next value list element to each loop var.