]> git.saurik.com Git - bison.git/commit - data/variant.hh
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)
commitfbecd2ab59d461fbd943670338a5def4157e3364
tree1ba7246761a1726122fdb995bc4f0101bb981d29
parentc13928073cfafa699b74338a2156b0d64a2fb8e7
variants: remove the 'built' assertions

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.
data/variant.hh