mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 09:43:03 +00:00
regen
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 3.5.1.123-b0950. */
|
/* A Bison parser, made by GNU Bison 3.5.2. */
|
||||||
|
|
||||||
/* Bison implementation for Yacc-like parsers in C
|
/* Bison implementation for Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
#define YYBISON 1
|
#define YYBISON 1
|
||||||
|
|
||||||
/* Bison version. */
|
/* Bison version. */
|
||||||
#define YYBISON_VERSION "3.5.1.123-b0950"
|
#define YYBISON_VERSION "3.5.2"
|
||||||
|
|
||||||
/* Skeleton name. */
|
/* Skeleton name. */
|
||||||
#define YYSKELETON_NAME "yacc.c"
|
#define YYSKELETON_NAME "yacc.c"
|
||||||
@@ -516,8 +516,8 @@ static const yytype_int16 yyrline[] =
|
|||||||
585, 587, 592, 599, 609, 613, 617, 625, 630, 642,
|
585, 587, 592, 599, 609, 613, 617, 625, 630, 642,
|
||||||
643, 649, 650, 651, 658, 658, 666, 667, 668, 673,
|
643, 649, 650, 651, 658, 658, 666, 667, 668, 673,
|
||||||
676, 678, 680, 682, 684, 686, 688, 690, 692, 697,
|
676, 678, 680, 682, 684, 686, 688, 690, 692, 697,
|
||||||
698, 707, 731, 732, 733, 734, 746, 748, 775, 780,
|
698, 707, 731, 732, 733, 734, 746, 748, 772, 777,
|
||||||
781, 786, 794, 795
|
778, 783, 791, 792
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -2450,14 +2450,11 @@ yyreduce:
|
|||||||
}
|
}
|
||||||
if (muscle_percent_define_ifdef (var))
|
if (muscle_percent_define_ifdef (var))
|
||||||
{
|
{
|
||||||
int indent = 0;
|
complain (&(yylsp[0]), complaint,
|
||||||
complain_indent (&(yylsp[0]), complaint, &indent,
|
_("character literals cannot be used together"
|
||||||
_("character literals cannot be used together"
|
" with %s"), var);
|
||||||
" with %s"), var);
|
|
||||||
indent += SUB_INDENT;
|
|
||||||
location loc = muscle_percent_define_get_loc (var);
|
location loc = muscle_percent_define_get_loc (var);
|
||||||
complain_indent (&loc, complaint, &indent,
|
subcomplain (&loc, complaint, _("definition of %s"), var);
|
||||||
_("definition of %s"), var);
|
|
||||||
}
|
}
|
||||||
(yyval.id) = symbol_get (char_name ((yyvsp[0].CHAR)), (yylsp[0]));
|
(yyval.id) = symbol_get (char_name ((yyvsp[0].CHAR)), (yylsp[0]));
|
||||||
symbol_class_set ((yyval.id), token_sym, (yylsp[0]), false);
|
symbol_class_set ((yyval.id), token_sym, (yylsp[0]), false);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 3.5.1.123-b0950. */
|
/* A Bison parser, made by GNU Bison 3.5.2. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user