summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authormig <mig>2013-12-05 16:01:16 (GMT)
committermig <mig>2013-12-05 16:01:16 (GMT)
commit631b9c724ec78675e289d7f1dec92dc7d5165fc2 (patch)
tree3fb8b8cbefb8760f02af6f431e71d425015690e0 /generic/tclCompCmds.c
parent8f8438c53e0a086672a12fec00764d770323caed (diff)
downloadtcl-631b9c724ec78675e289d7f1dec92dc7d5165fc2.zip
tcl-631b9c724ec78675e289d7f1dec92dc7d5165fc2.tar.gz
tcl-631b9c724ec78675e289d7f1dec92dc7d5165fc2.tar.bz2
add comments on field "misuse"
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 e934d92..78c6c5a 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -2677,7 +2677,7 @@ CompileEachloopCmd(
/*
* Set the jumpback distance from INST_FOREACH_STEP to the start of the
- * body's code
+ * body's code. Misuse loopCtTemp for storing the jump size.
*/
jumpBackOffset = envPtr->exceptArrayPtr[range].continueOffset -