summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2022-08-02 09:00:47 +0200
committerAkim Demaille <akim.demaille@gmail.com>2022-08-02 09:07:31 +0200
commit5555f4d05163316b8b5bddbdb172c0f5bae6f765 (patch)
tree90b4a6af4b42a390e9df5e20d8e751eb268bb6cf
parenta166d5450e3f47587b98f6005f9f5627dbe21a5b (diff)
downloadbison-5555f4d05163316b8b5bddbdb172c0f5bae6f765.tar.gz
regen
-rw-r--r--src/parse-gram.c12
-rw-r--r--src/parse-gram.h4
2 files changed, 8 insertions, 8 deletions
diff --git a/src/parse-gram.c b/src/parse-gram.c
index 400e89b7..b6ac083e 100644
--- a/src/parse-gram.c
+++ b/src/parse-gram.c
@@ -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. */
diff --git a/src/parse-gram.h b/src/parse-gram.h
index 55837bc4..5170e08c 100644
--- a/src/parse-gram.h
+++ b/src/parse-gram.h
@@ -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