Remove useless class specification.

* data/lalr1.cc (b4_symbol_constructor_specialization_): No need
	to refer to the class name to use a type defined by the class for
	arguments of member functions.
This commit is contained in:
Akim Demaille
2008-08-28 11:50:14 +02:00
parent 4654b0c0a8
commit c1e6c88ca3
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2008-11-13 Akim Demaille <demaille@gostai.com>
Remove useless class specification.
* data/lalr1.cc (b4_symbol_constructor_specialization_): No need
to refer to the class name to use a type defined by the class for
arguments of member functions.
2008-11-13 Akim Demaille <demaille@gostai.com>
Finer input type for yytranslate.