Define yytranslate in the header for lex_symbol.

* data/lalr1.cc: Move the invocation of b4_yytranslate_definition
	into the header file when using %define lex_symbol.
	(yytranslate_): Declare inline.
This commit is contained in:
Akim Demaille
2008-11-13 06:44:50 +01:00
parent e51b0a82be
commit 1c4af3813e
2 changed files with 12 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
2008-11-13 Akim Demaille <[email protected]>
Define yytranslate in the header for lex_symbol.
* data/lalr1.cc: Move the invocation of b4_yytranslate_definition
into the header file when using %define lex_symbol.
(yytranslate_): Declare inline.
2008-11-13 Akim Demaille <[email protected]>
Define the constructors of symbol_type in b4_symbol_constructor_definitions.