diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | awkgram.c | 4 | ||||
-rw-r--r-- | command.c | 4 |
4 files changed, 10 insertions, 5 deletions
@@ -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. @@ -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 @@ -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" @@ -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" |