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:
Theophile Ranquet
2013-01-28 18:03:58 +01:00
parent ddb9db151b
commit 858666c443
2 changed files with 5 additions and 7 deletions

View File

@@ -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;
};