]> git.saurik.com Git - bison.git/commit
Define the constructors of symbol_type in b4_symbol_constructor_definitions.
authorAkim Demaille <demaille@gostai.com>
Thu, 28 Aug 2008 11:31:56 +0000 (13:31 +0200)
committerAkim Demaille <demaille@gostai.com>
Thu, 13 Nov 2008 05:41:42 +0000 (06:41 +0100)
commite51b0a82be0ea8051f6e95dc668288c74c55ae9b
tree039bf01b33caeb41a56ae2f4fd8e498ea16bb328
parent788355718faaaafcc78ba3b94903acb11c1a1da5
Define the constructors of symbol_type in b4_symbol_constructor_definitions.

The constructors are called by the make_symbol functions, which a
forthcoming patch will move elsewhere.  Hence the interest of putting them
together.

The stack_symbol_type does not need to be moved, it is used only by the
parser.

* data/lalr1.cc: Move symbol_type and symbol_base_type
constructors into...
(b4_symbol_constructor_definitions): here.
Adjust.
ChangeLog
data/lalr1.cc