Eliminate a reduce/reduce conflict in the function-like macro production.
authorCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 15:47:32 +0000 (08:47 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 15:47:32 +0000 (08:47 -0700)
commitdb35d557a40b9fb56483f77da2fb98f541808dd0
tree3b1c1530249bd7ad864224a2b1e9b9fecf8b3d74
parentfcbbb4688641e46270ba0cd531639df9b964f697
Eliminate a reduce/reduce conflict in the function-like macro production.

Previously, an empty argument could be parsed as either an "argument_list"
directly or first as an "argument" and then an "argument_list".

We fix this by removing the possibility of an empty "argument_list"
directly.
glcpp-parse.y