]> git.sur5r.net Git - cc65/commit
Fix a problem with conditional assembly: The scanner has to be switched into
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 5 Jun 2011 14:28:56 +0000 (14:28 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 5 Jun 2011 14:28:56 +0000 (14:28 +0000)
commit6a48359d2303737e2a6d76ac62b84a8781e7c6cb
tree5e29ee316cacd0322fe49ca3aef825abc43f4168
parent6a562010465022cb62c6ae2dc8ff3e0a29c30826
Fix a problem with conditional assembly: The scanner has to be switched into
raw token mode when skipping a section of input because otherwise pseudo
functions may trigger errors.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5033 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/condasm.c
src/ca65/condasm.h
src/ca65/nexttok.c