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.

View File

@@ -232,7 +232,7 @@ m4_define([b4_symbol_constructor_specialization_],
b4_parser_class_name::make_symbol <b4_parser_class_name::token::b4_symbol([$1], [id])> (dnl
b4_args(b4_symbol_if([$1], [has_type],
[const b4_symbol([$1], [type])& v]),
b4_locations_if([const b4_parser_class_name::location_type& l])));
b4_locations_if([const location_type& l])));
])])])
# b4_symbol_constructor_specializations