]> git.sur5r.net Git - cc65/commit
Fixed a problem with conditional assembly. The assembler did not check if end
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Mar 2004 11:03:08 +0000 (11:03 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Mar 2004 11:03:08 +0000 (11:03 +0000)
commit1447b104db74b70c487c64cd51f2394959631ef5
tree1f15803fe88ebfa3e10e899facdcaa4224edd8a0
parent3f1ebfe11650ea4585877bcbdf18c6ab96ba0c6b
Fixed a problem with conditional assembly. The assembler did not check if end
of lined was reached after a .IF/.ELSE/... This could lead to invalid input
accepted without an error message.

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