]> git.sur5r.net Git - cc65/commit
Fixed a problem with undefined identifiers in #if expressions: If the
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 29 May 2006 20:38:44 +0000 (20:38 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 29 May 2006 20:38:44 +0000 (20:38 +0000)
commiteb745b3d1b9859895d009ecae639164db555b59d
tree6b638c1b3bd9da5de6b88c3ef17704fb5fdc11c3
parentb7255ed8fa02a776d98f4271e61f8bb541102178
Fixed a problem with undefined identifiers in #if expressions: If the
identifier is not the last token on the line, the compiler will run into
an error.

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