mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
c++: style: rename a few macros for clarity
* data/c++.m4, data/lalr1.cc, data/variant.hh: s/b4_symbol_constructor/b4_token_constructor/g, as this is really what is being defined.
This commit is contained in:
@@ -216,7 +216,7 @@ m4_define([b4_shared_declarations],
|
||||
/// Report a syntax error.
|
||||
void error (const syntax_error& err);
|
||||
|
||||
]b4_symbol_constructor_declare[
|
||||
]b4_token_constructor_declare[
|
||||
|
||||
private:
|
||||
/// This class is not copyable.
|
||||
|
||||
Reference in New Issue
Block a user