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:
Akim Demaille
2018-12-22 18:24:01 +01:00
parent e5780041b9
commit 0978148763
3 changed files with 23 additions and 23 deletions

View File

@@ -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.