diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2013-12-23 18:32:17 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2013-12-23 18:32:17 (GMT) |
| commit | 7517fabfb1a8d38c792204a2a2e9c700451776f9 (patch) | |
| tree | 6282fcbeda8091900bc7600acae7bdba8824a3d1 /generic/tclCompCmdsSZ.c | |
| parent | ed69407d35e3e70864c0b7c8a30b47cef11e97d8 (diff) | |
| parent | fc148a38d1726cb22c801d84f8318b6808e5f73a (diff) | |
| download | tcl-7517fabfb1a8d38c792204a2a2e9c700451776f9.zip tcl-7517fabfb1a8d38c792204a2a2e9c700451776f9.tar.gz tcl-7517fabfb1a8d38c792204a2a2e9c700451776f9.tar.bz2 | |
merge trunk
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
| -rw-r--r-- | generic/tclCompCmdsSZ.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c index e7b3ddc..110476e 100644 --- a/generic/tclCompCmdsSZ.c +++ b/generic/tclCompCmdsSZ.c @@ -3383,6 +3383,7 @@ TclCompileWhileCmd( } SetLineInformation(1); TclCompileExprWords(interp, testTokenPtr, 1, envPtr); + TclClearNumConversion(envPtr); jumpDist = CurrentOffset(envPtr) - bodyCodeOffset; if (jumpDist > 127) { |
