Teach cparser how to parse (f)(void);, i.e. global declarations can start with a (.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 14 Nov 2008 15:16:27 +0000 (15:16 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 14 Nov 2008 15:16:27 +0000 (15:16 +0000)
commit55b16fa3763521f0c279a0fc5ad01338a974aea3
tree258844fbcfcaf5839bad9a3d6c29b010d23a69b3
parente2ce744e73010653108898bfce3e79e5f7fa2649
Teach cparser how to parse (f)(void);, i.e. global declarations can start with a (.

[r23658]
parser.c