Like previous fix, but for object-like macros (and add a test).
authorCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 14:57:03 +0000 (07:57 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 14:57:03 +0000 (07:57 -0700)
commit5d2114254592e03b6d554c5e2eea4ea442c3fa05
tree85a53ab916ee03f5f84b5a578a4c8e096c2de3e3
parent59ca98990f814926d716a13b0201c94945133824
Like previous fix, but for object-like macros (and add a test).

The support for an object-like amcro within a macro-invocation
argument was also implemented at one level too high in the
grammar. Fortunately, this is a very simple fix.
glcpp-parse.y
tests/036-define-func-non-macro-multi-token-argument.c [new file with mode: 0644]