Provide implementation for macro arguments containing parentheses.
authorCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 23:53:52 +0000 (16:53 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 23:53:52 +0000 (16:53 -0700)
commit3596bb149e107ad12df4fee0723caf91819c0758
treed4d0baece7e4c711345f8af176b1c7c948b35f3c
parentf6ae186cfd2c7006656ac55446247b569b92a721
Provide implementation for macro arguments containing parentheses.

We were correctly parsing this already, but simply not returning any
value (for no good reason). Fortunately the fix is quite simple.

This makes the test added in the previous commit now pass.
Makefile
glcpp-parse.y