]> git.sur5r.net Git - cc65/commit
Fixed two issues with macros:
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Mar 2010 17:46:02 +0000 (17:46 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Mar 2010 17:46:02 +0000 (17:46 +0000)
commitaf27ae6d79f3390e6907732baa8ab43eb438fcf5
tree57026457b16338c5d3ee67f166279d96857cc0ad
parent44852e317e11f38059f431bec1d1dad160aecd5c
Fixed two issues with macros:
* A newline between the macro name and the argument list of a function like
  macro was not accepted.
* An unterminated macro argument list was not always detected.

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