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 /command.c | |
parent | 1316328fd5e4677a4096ee116ad411e6af10cc57 (diff) | |
download | egawk-8110b4b66d9bf0f94b4595aadd4e9439df526fa5.tar.gz egawk-8110b4b66d9bf0f94b4595aadd4e9439df526fa5.tar.bz2 egawk-8110b4b66d9bf0f94b4595aadd4e9439df526fa5.zip |
Upgrade to Bison 3.7.1.
Diffstat (limited to 'command.c')
-rw-r--r-- | command.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |