]> git.sur5r.net Git - cc65/commit
Fixed an error in macro expansion: If the first token after the macro name was
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 5 Jun 2011 14:45:37 +0000 (14:45 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 5 Jun 2011 14:45:37 +0000 (14:45 +0000)
commit46f1285208bb25b8bd226f884378e64aeb286c69
tree6a3415b42a7fdaec4e591833fa9eb742050644a4
parent6a48359d2303737e2a6d76ac62b84a8781e7c6cb
Fixed an error in macro expansion: If the first token after the macro name was
a .define style macro, the assembler run into an internal error, because the
expansion of the second macro was started before the first one

git-svn-id: svn://svn.cc65.org/cc65/trunk@5034 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/macro.c
src/ca65/make/gcc.mak