summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2016-01-12 21:06:05 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2016-01-12 21:06:05 (GMT)
commitbe51f14e8bde5ebf96647ab615b236724daa2afe (patch)
tree0dc12bc5ce30c00c074c024f9385793a6515c443
parent4577aedd3a1cfa05c8e0b754453efe6b01535193 (diff)
downloadtcl-be51f14e8bde5ebf96647ab615b236724daa2afe.zip
tcl-be51f14e8bde5ebf96647ab615b236724daa2afe.tar.gz
tcl-be51f14e8bde5ebf96647ab615b236724daa2afe.tar.bz2
fix comment
-rw-r--r--generic/tclCompCmdsGR.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclCompCmdsGR.c b/generic/tclCompCmdsGR.c
index 847c670..273e3f1 100644
--- a/generic/tclCompCmdsGR.c
+++ b/generic/tclCompCmdsGR.c
@@ -334,11 +334,7 @@ TclCompileIfCmd(
jumpEndFixupArray.fixup+jumpIndex);
/*
- * Fix the target of the jumpFalse after the test. Generate a 4
- * byte jump if the distance is > 120 bytes. This is conservative,
- * and ensures that we won't have to replace this jump if we later
- * also need to replace the proceeding jump to the end of the "if"
- * with a 4 byte jump.
+ * Fix the target of the jumpFalse after the test.
*/
TclAdjustStackDepth(-1, envPtr);