mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
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.
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2008-11-13 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
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.
|
||||
|
||||
2008-11-13 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Make it easier to move the definition of yytranslate_.
|
||||
|
||||
Reference in New Issue
Block a user