Remove some redundancy in the top-level production.
authorCarl Worth <cworth@cworth.org>
Wed, 12 May 2010 20:21:20 +0000 (13:21 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 12 May 2010 20:21:20 +0000 (13:21 -0700)
commit8bcb6f1777ff8f763c67552c111ce8e637d78410
tree73e8bc2fb80f6d5897934c2235d0c4fce4647a94
parent012295f94c4b02d2683072d9aa6ab56f81409507
Remove some redundancy in the top-level production.

Previously we had two copies of all top-level actions, (once in a list
context and once in a non-list context). Much simpler to instead have
a single list-context production with no action and then only have the
actions in their own non-list contexts.
glcpp-parse.y