diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-25 19:04:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-25 19:04:16 +0200 |
commit | b334ca8db1959020a9e35865c78ce81b829b48a9 (patch) | |
tree | b1ea98871ad2c803f04a272181f2fbaf6c4d456e /awkgram.c | |
parent | a2ffcdbb5896779fc28a8d7ec770b87e516bd941 (diff) | |
parent | 2443fb7afd788395e1c6baf067299f42317df21b (diff) | |
download | egawk-b334ca8db1959020a9e35865c78ce81b829b48a9.tar.gz egawk-b334ca8db1959020a9e35865c78ce81b829b48a9.tar.bz2 egawk-b334ca8db1959020a9e35865c78ce81b829b48a9.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 3.0.3. */ +/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison implementation for Yacc-like parsers in C @@ -44,7 +44,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "3.0.3" +#define YYBISON_VERSION "3.0.4" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" |