This commit is contained in:
Akim Demaille
2022-08-02 09:00:47 +02:00
parent a166d5450e
commit 5555f4d051
2 changed files with 8 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
/* A Bison parser, made by GNU Bison 3.8.1. */
/* A Bison parser, made by GNU Bison 3.8.2.30-82269. */
/* Bison implementation for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2022 Free Software
Foundation, Inc.
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2022 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -46,10 +46,10 @@
USER NAME SPACE" below. */
/* Identify Bison output, and Bison version. */
#define YYBISON 30801
#define YYBISON 30802
/* Bison version string. */
#define YYBISON_VERSION "3.8.1"
#define YYBISON_VERSION "3.8.2.30-82269"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
@@ -1794,7 +1794,7 @@ static YYLTYPE yyloc_default
YYLTYPE yylloc = yyloc_default;
/* Number of syntax errors so far. */
int yynerrs = 0;
int yynerrs YY_ATTRIBUTE_UNUSED = 0;
yy_state_fast_t yystate = 0;
/* Number of tokens to shift before error messages enabled. */

View File

@@ -1,8 +1,8 @@
/* A Bison parser, made by GNU Bison 3.8.1. */
/* A Bison parser, made by GNU Bison 3.8.2.30-82269. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2022 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify