Avoid swallowing initial left parenthesis from nested macro invocation.
authorCarl Worth <cworth@cworth.org>
Wed, 26 May 2010 00:45:22 +0000 (17:45 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 26 May 2010 00:45:22 +0000 (17:45 -0700)
commit652fa272ea4bdb9bfe6cd7f8413b3a3b03972987
tree18af77107f28ce742e2f5a25df56ddee53d3bca7
parentc7581c2e6e6897eddc55c537c92417b813a8b81e
Avoid swallowing initial left parenthesis from nested macro invocation.

We weren't including this left parenthesis in the argument's token
list so the nested function invocation wasn not being recognized.

With this fix, tests 21 and 22 now pass.
glcpp-parse.y