From a9499e6ea20ceebef1fe318da06b3df1b1033c1d Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 8 Sep 2019 08:58:55 +0200 Subject: [PATCH] regen --- src/parse-gram.c | 6 ++++-- src/parse-gram.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/parse-gram.c b/src/parse-gram.c index ca2ca699..912f9937 100644 --- a/src/parse-gram.c +++ b/src/parse-gram.c @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 3.4.1.45-9bde-dirty. */ +/* A Bison parser, made by GNU Bison 3.4.1.72-9d4b. */ /* Bison implementation for Yacc-like parsers in C @@ -48,7 +48,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "3.4.1.45-9bde-dirty" +#define YYBISON_VERSION "3.4.1.72-9d4b" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" @@ -886,6 +886,7 @@ yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YY /* "%code pre-printer" blocks. */ tron (yyo); + YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN switch (yytype) { case 3: /* "string" */ @@ -1065,6 +1066,7 @@ tron (yyo); default: break; } + YY_IGNORE_MAYBE_UNINITIALIZED_END /* "%code post-printer" blocks. */ troff (yyo); diff --git a/src/parse-gram.h b/src/parse-gram.h index 76f3ae91..56a53fea 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 3.4.1.45-9bde-dirty. */ +/* A Bison parser, made by GNU Bison 3.4.1.72-9d4b. */ /* Bison interface for Yacc-like parsers in C