Dub symbol_type_base as a public type.

* data/c++.m4 (b4_public_types_declare): Now define
	symbol_type_base and symbol_type.
	(b4_public_types_define): New.
	In both cases, the definitions are taken verbatim from lalr1.cc.
	* data/lalr1.cc: Adjust.
This commit is contained in:
Akim Demaille
2008-12-31 14:29:25 +01:00
parent 4f84717d23
commit 1d6b689b26
3 changed files with 169 additions and 152 deletions

View File

@@ -1,3 +1,12 @@
2009-03-02 Akim Demaille <demaille@gostai.com>
Dub symbol_type_base as a public type.
* data/c++.m4 (b4_public_types_declare): Now define
symbol_type_base and symbol_type.
(b4_public_types_define): New.
In both cases, the definitions are taken verbatim from lalr1.cc.
* data/lalr1.cc: Adjust.
2009-03-02 Akim Demaille <demaille@gostai.com>
b4_public_types_declare.