aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--awkgram.c4
-rw-r--r--command.c4
4 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f5b2f4c..48225bcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-08-12 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkgram.c, command.c: Regenerated with Bison 3.7.1.
+ * NEWS: Updated.
+
2020-07-29 Arnold D. Robbins <arnold@skeeve.com>
* custom.h (FLEXIBLE_ARRAY_MEMBER): Define to 1 for dfa.h.
diff --git a/NEWS b/NEWS
index c879e110..6890c345 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@
Changes from 5.1.0 to 5.1.1
---------------------------
-1. Infrastructure upgrades: Bison 3.7, Gettext 0.20.2.
+1. Infrastructure upgrades: Bison 3.7.1, Gettext 0.20.2.
2. asort and asorti now allow FUNCTAB and SYMTAB as the first argument if a
second destination array is supplied. Similarly, using either array as
diff --git a/awkgram.c b/awkgram.c
index 2e55534a..a8042f16 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.7. */
+/* A Bison parser, made by GNU Bison 3.7.1. */
/* Bison implementation for Yacc-like parsers in C
@@ -49,7 +49,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "3.7"
+#define YYBISON_VERSION "3.7.1"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
diff --git a/command.c b/command.c
index abfd6570..a922e51c 100644
--- a/command.c
+++ b/command.c
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.7. */
+/* A Bison parser, made by GNU Bison 3.7.1. */
/* Bison implementation for Yacc-like parsers in C
@@ -49,7 +49,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "3.7"
+#define YYBISON_VERSION "3.7.1"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"