parse_y.y: Try to avoid two shift/reduce and reduce/reduce warningsfor_master/try-to-avoid-warnings-from
commitec9c58343a04899f55fb1f5d6db95a04d9a2ddbb
authorPeter Clifton <peter@clifton-electronics.co.uk>
Sat, 9 Jan 2016 17:30:12 +0000 (9 17:30 +0000)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Sat, 9 Jan 2016 17:30:12 +0000 (9 17:30 +0000)
treefc9bcbf9b116b4eb262f43a02e4a658dd4550d9d
parentb5145b2b538355322b70809bf56a61a913253c9c
parse_y.y: Try to avoid two shift/reduce and reduce/reduce warnings

TODO: Check this matches up against our expected behavior.

Removing the parsedata section ("I think") has no effect, as elements
hit the alternative | element clause within parsepcb.

HOWEVER... I need to check whether there is any other valid syntax
inside an element file, or any backwards compatibility with old formats
which we may miss with the loss of parsedata.
src/parse_y.y