diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-01-12 18:21:08 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-01-12 18:21:08 (GMT) |
commit | 073860918e7a7a97ed3ead46e3af6f2dfec68535 (patch) | |
tree | a3aa0cd1de84a173adeaf7987169cb80e85cf499 /ChangeLog | |
parent | af498d3cb16dc3b2e9a49c43b3c35f4ee5c1c834 (diff) | |
download | tcl-073860918e7a7a97ed3ead46e3af6f2dfec68535.zip tcl-073860918e7a7a97ed3ead46e3af6f2dfec68535.tar.gz tcl-073860918e7a7a97ed3ead46e3af6f2dfec68535.tar.bz2 |
* generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-01-12 Miguel Sofer <msofer@users.sf.net> + * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes. + +2004-01-12 Miguel Sofer <msofer@users.sf.net> + * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer instructions. As a side effect, the instructions INST_LOR and INST_LAND are now never used. |