]> git.sur5r.net Git - cc65/commit
Add special routines for processing the boolean || and && operators in
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 8 Sep 2001 13:59:32 +0000 (13:59 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 8 Sep 2001 13:59:32 +0000 (13:59 +0000)
commitd799cc283ffd8a4c3ec90d64d0793b375e18dc87
tree8df04ad4d7e87ff19a1c37744d7745e47ebea00c
parentf4dcd5b4553e5a8d2c565df061e83c4df55321af
Add special routines for processing the boolean || and && operators in
preprocessor mode to work around limitations in the existing ones (constant
expressions are not detected).

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