summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2014-10-17 10:00:39 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2014-10-17 10:00:39 (GMT)
commit63acce0c26f00ce8e3d4acb5840db0105f47631d (patch)
tree239e5dd2f89b978e46ca772b0d367cce522e8377 /generic/tclCompCmdsGR.c
parentd9a8b078d1c03a51b8835666ddd27e0e54a2817d (diff)
parentceff856085045650b5b10e2d2fea1355ba78e4c4 (diff)
downloadtcl-63acce0c26f00ce8e3d4acb5840db0105f47631d.zip
tcl-63acce0c26f00ce8e3d4acb5840db0105f47631d.tar.gz
tcl-63acce0c26f00ce8e3d4acb5840db0105f47631d.tar.bz2
Merge trunk
Diffstat (limited to 'generic/tclCompCmdsGR.c')
-rw-r--r--generic/tclCompCmdsGR.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclCompCmdsGR.c b/generic/tclCompCmdsGR.c
index 603c51d..9d258fc 100644
--- a/generic/tclCompCmdsGR.c
+++ b/generic/tclCompCmdsGR.c
@@ -281,7 +281,6 @@ TclCompileIfCmd(
SetLineInformation(wordIdx);
Tcl_ResetResult(interp);
TclCompileExprWords(interp, testTokenPtr, 1, envPtr);
- TclClearNumConversion(envPtr);
if (jumpFalseFixupArray.next >= jumpFalseFixupArray.end) {
TclExpandJumpFixupArray(&jumpFalseFixupArray);
}
@@ -531,7 +530,6 @@ TclCompileIncrCmd(
} else {
SetLineInformation(2);
CompileTokens(envPtr, incrTokenPtr, interp);
- TclClearNumConversion(envPtr);
}
} else { /* No incr amount given so use 1. */
haveImmValue = 1;