Make it easier to move the definition of yytranslate_.

Forthcoming changes will make it possible to use yytranslate_
from outside the parser implementation file.

	* data/lalr1.cc (b4_yytranslate_definition): New.
	Use it.
This commit is contained in:
Akim Demaille
2008-08-28 13:00:26 +02:00
parent c1e6c88ca3
commit 788355718f
2 changed files with 40 additions and 24 deletions

View File

@@ -1,3 +1,12 @@
2008-11-13 Akim Demaille <demaille@gostai.com>
Make it easier to move the definition of yytranslate_.
Forthcoming changes will make it possible to use yytranslate_
from outside the parser implementation file.
* data/lalr1.cc (b4_yytranslate_definition): New.
Use it.
2008-11-13 Akim Demaille <demaille@gostai.com>
Remove useless class specification.