]> git.sur5r.net Git - cc65/commit
Fixed minor and rather obscure problem: When including files, the line after
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 31 Aug 2005 21:29:11 +0000 (21:29 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 31 Aug 2005 21:29:11 +0000 (21:29 +0000)
commit2a19f6b700646be5158f4eefbd0edf60c340b7c7
tree2074586a2e193750cb49c8c5803f62dda6d2c5fe
parentc732d3e360096fc8aadbb59477d25758498a2286
Fixed minor and rather obscure problem: When including files, the line after
the .include statement went into the listing file, before the contents of
the include file. The problem was caused by the several levels of lookahead
in the scanner, and the only way to avoid it was to remove the calls to
NextTok () in relevant places - and add compensation for it in others.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3609 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/pseudo.c
src/ca65/scanner.c