mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user