]> git.saurik.com Git - bison.git/commitdiff
variants: remove the 'built' assertions
authorTheophile Ranquet <ranquet@lrde.epita.fr>
Tue, 29 Jan 2013 13:53:35 +0000 (14:53 +0100)
committerTheophile Ranquet <ranquet@lrde.epita.fr>
Tue, 29 Jan 2013 14:42:32 +0000 (15:42 +0100)
When using %define parse.assert, the variants come with additional variables
that are useful for development purposes. One is a Boolean indicating if the
variant is built (to make sure we don't read a non-built variant), and the
other is a string describing the stored type. There is no need to have both of
these, the string is enough.

* data/variant.hh (built): Remove.


No differences found