Fix bug as in previous fix, but with multi-token argument.
authorCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 14:49:47 +0000 (07:49 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 14:49:47 +0000 (07:49 -0700)
commit59ca98990f814926d716a13b0201c94945133824
tree74406859f754d1ad185b3e6dbbd52a047c41b1d7
parent69f390d6096c597dbe63f20fd02b2312da211de8
Fix bug as in previous fix, but with multi-token argument.

The previous fix added FUNC_MACRO to a production one higher in teh
grammar than it should have. So it prevented a FUNC_MACRO from
appearing as part of a mutli-token argument rather than just alone as
an argument. Fix this (and add a test).
glcpp-parse.y
tests/035-define-func-self-compose-non-func-multi-token-argument.c [new file with mode: 0644]