Fix parsing function macro invocations
commit4c0d70ab07b4a5a5040e53259f8e9cedd4ec89b2
authorMichael Matz <matz@suse.de>
Sun, 15 Apr 2012 22:21:40 +0000 (16 00:21 +0200)
committerMichael Matz <matz@suse.de>
Wed, 18 Apr 2012 18:57:13 +0000 (18 20:57 +0200)
treedd91e5de8da11315ca1d55db52c5ab427989a648
parent15f4ac2b1a4453b73904bb2ff4441498d5911a64
Fix parsing function macro invocations

If a function macro name is separated from the parentheses in
an macro invocation the substitution doesn't take place.
Fix this by handling comments.
tccpp.c
tests/tcctest.c