mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
c++: minor stylistic changes
* data/c++m4: Remove useless comment lines. * data/variant.hh (self_type): Use this typedef instead of variant<S>. (b4_symbol_constructor_define_): Remove commented-out line, and stylistic change (avoid blank line).
This commit is contained in:
@@ -234,7 +234,6 @@ m4_define([b4_public_types_declare],
|
||||
enum { empty = 0 };
|
||||
|
||||
/// The symbol type.
|
||||
///
|
||||
/// -1 when this symbol is empty.
|
||||
token_number_type type;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user