|
@@ -198,7 +198,7 @@ int yynerrs;]])])
|
|
|
# between calls to yypush_parse.
|
|
|
m4_define([b4_declare_parser_state_variables], [b4_pure_if([[
|
|
|
/* Number of syntax errors so far. */
|
|
|
- __attribute__((unused)) int yynerrs;
|
|
|
+ int yynerrs;
|
|
|
]])[
|
|
|
int yystate;
|
|
|
/* Number of tokens to shift before error messages enabled. */
|
|
@@ -770,7 +770,6 @@ int yydebug;
|
|
|
# define YYMAXDEPTH ]b4_stack_depth_max[
|
|
|
#endif]b4_lac_if([[
|
|
|
|
|
|
-
|
|
|
/* Given a state stack such that *YYBOTTOM is its bottom, such that
|
|
|
*YYTOP is either its top or is YYTOP_EMPTY to indicate an empty
|
|
|
stack, and such that *YYCAPACITY is the maximum number of elements it
|
|
@@ -1054,11 +1053,6 @@ yy_lac (yytype_int16 *yyesa, yytype_int16 **yyes,
|
|
|
backslash-backslash). YYSTR is taken from yytname. If YYRES is
|
|
|
null, do not copy; instead, return the length of what the result
|
|
|
would have been. */
|
|
|
-#ifdef __cplusplus
|
|
|
-# define BISON_FALLTHROUGH [[fallthrough]]
|
|
|
-#else
|
|
|
-# define BISON_FALLTHROUGH
|
|
|
-#endif
|
|
|
static YYSIZE_T
|
|
|
yytnamerr (char *yyres, const char *yystr)
|
|
|
{
|
|
@@ -1077,7 +1071,7 @@ yytnamerr (char *yyres, const char *yystr)
|
|
|
case '\\':
|
|
|
if (*++yyp != '\\')
|
|
|
goto do_not_strip_quotes;
|
|
|
- BISON_FALLTHROUGH;
|
|
|
+ /* Fall through. */
|
|
|
default:
|
|
|
if (yyres)
|
|
|
yyres[yyn] = *yyp;
|