]> git.sur5r.net Git - cc65/commit
Fixed a problem with the test expression in a for loop: It was not evaluated
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Nov 2002 18:18:16 +0000 (18:18 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Nov 2002 18:18:16 +0000 (18:18 +0000)
commit89f00263af86905d08d8f0c61e105521cbe190dc
tree7aed32df5cf98e4b06d792884c75dc5bbaabf26c
parent4a9210e3e111e0ed60fac17e5cf047a9f3b4f7a9
Fixed a problem with the test expression in a for loop: It was not evaluated
correctly if it did not contain an explicit comparison operator.
Removed an old hack from the test subroutine that did no longer work.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1619 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/expr.c
src/cc65/expr.h
src/cc65/stmt.c