Fix bug (and add test) for a function-like-macro appearing as a non-macro.
authorCarl Worth <cworth@cworth.org>
Mon, 17 May 2010 17:34:29 +0000 (10:34 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 17 May 2010 17:34:29 +0000 (10:34 -0700)
commitacf87bc03411c4d9b818a346bc9dad858b0a2407
tree441c45371e0dfc8f7098cbdeed1d182f138fa0c5
parent420d05a15b90658680b87b4d83b092768590319a
Fix bug (and add test) for a function-like-macro appearing as a non-macro.

That is, when a function-like macro appears in the content without
parentheses it should be accepted and passed on through, (previously
the parser was regarding this as a syntax error).
glcpp-parse.y
tests/025-func-macro-as-non-macro.c [new file with mode: 0644]