diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-12 18:10:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-12 18:10:44 +0300 |
commit | 8110b4b66d9bf0f94b4595aadd4e9439df526fa5 (patch) | |
tree | 49c805db0327cf8ffc4ca4efaacf87e98b9dfcc2 | |
parent | 1316328fd5e4677a4096ee116ad411e6af10cc57 (diff) | |
download | egawk-8110b4b66d9bf0f94b4595aadd4e9439df526fa5.tar.gz egawk-8110b4b66d9bf0f94b4595aadd4e9439df526fa5.tar.bz2 egawk-8110b4b66d9bf0f94b4595aadd4e9439df526fa5.zip |
Upgrade to Bison 3.7.1.
-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" |