mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
style: fix comments
* data/skeletons/glr.c, data/skeletons/lalr1.cc, * data/skeletons/yacc.c: here.
This commit is contained in:
@@ -622,7 +622,7 @@ yysymbol_name (yysymbol_kind_t yysymbol)
|
|||||||
{
|
{
|
||||||
]b4_symbol_names[
|
]b4_symbol_names[
|
||||||
};]m4_ifdef([b4_translatable], [[
|
};]m4_ifdef([b4_translatable], [[
|
||||||
/* YYTRANSLATABLE[SYMBOL-NUM] -- Whether YYTNAME[SYMBOL-NUM] is
|
/* YYTRANSLATABLE[SYMBOL-NUM] -- Whether YY_SNAME[SYMBOL-NUM] is
|
||||||
internationalizable. */
|
internationalizable. */
|
||||||
static ]b4_int_type_for([b4_translatable])[ yytranslatable[] =
|
static ]b4_int_type_for([b4_translatable])[ yytranslatable[] =
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -592,7 +592,7 @@ m4_if(b4_prefix, [yy], [],
|
|||||||
{
|
{
|
||||||
]b4_symbol_names[
|
]b4_symbol_names[
|
||||||
};]m4_ifdef([b4_translatable], [[
|
};]m4_ifdef([b4_translatable], [[
|
||||||
/* YYTRANSLATABLE[SYMBOL-NUM] -- Whether YYTNAME[SYMBOL-NUM] is
|
/* YYTRANSLATABLE[SYMBOL-NUM] -- Whether YY_SNAME[SYMBOL-NUM] is
|
||||||
internationalizable. */
|
internationalizable. */
|
||||||
static ]b4_int_type_for([b4_translatable])[ yytranslatable[] =
|
static ]b4_int_type_for([b4_translatable])[ yytranslatable[] =
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -677,7 +677,7 @@ yysymbol_name (yysymbol_kind_t yysymbol)
|
|||||||
{
|
{
|
||||||
]b4_symbol_names[
|
]b4_symbol_names[
|
||||||
};]m4_ifdef([b4_translatable], [[
|
};]m4_ifdef([b4_translatable], [[
|
||||||
/* YYTRANSLATABLE[SYMBOL-NUM] -- Whether YYTNAME[SYMBOL-NUM] is
|
/* YYTRANSLATABLE[SYMBOL-NUM] -- Whether YY_SNAME[SYMBOL-NUM] is
|
||||||
internationalizable. */
|
internationalizable. */
|
||||||
static ]b4_int_type_for([b4_translatable])[ yytranslatable[] =
|
static ]b4_int_type_for([b4_translatable])[ yytranslatable[] =
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -666,7 +666,7 @@ yysymbol_name (yysymbol_kind_t yysymbol)
|
|||||||
"named_ref.opt", "variable", "value", "id", "id_colon", "symbol",
|
"named_ref.opt", "variable", "value", "id", "id_colon", "symbol",
|
||||||
"string_as_id", "epilogue.opt", YY_NULLPTR
|
"string_as_id", "epilogue.opt", YY_NULLPTR
|
||||||
};
|
};
|
||||||
/* YYTRANSLATABLE[SYMBOL-NUM] -- Whether YYTNAME[SYMBOL-NUM] is
|
/* YYTRANSLATABLE[SYMBOL-NUM] -- Whether YY_SNAME[SYMBOL-NUM] is
|
||||||
internationalizable. */
|
internationalizable. */
|
||||||
static yytype_int8 yytranslatable[] =
|
static yytype_int8 yytranslatable[] =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user