mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
variants: stylistic change
* data/variant.hh (tname): Respect the GNU Coding Standards for this pointer's declaration.
This commit is contained in:
@@ -223,7 +223,7 @@ m4_define([b4_variant_define],
|
|||||||
} buffer;]b4_parse_assert_if([
|
} buffer;]b4_parse_assert_if([
|
||||||
|
|
||||||
/// Whether the content is built: if defined, the name of the stored type.
|
/// Whether the content is built: if defined, the name of the stored type.
|
||||||
const char* tname;])[
|
const char *tname;])[
|
||||||
};
|
};
|
||||||
]])
|
]])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user