aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
authorAntonio Giovanni Colombo <azc100@gmail.com>2020-08-16 21:25:30 +0200
committerAntonio Giovanni Colombo <azc100@gmail.com>2020-08-16 21:25:30 +0200
commit87761102eb08df817871b17f56041428e88efb12 (patch)
treee5575279f26c44b485939140f03d261aa6e80062 /awkgram.c
parent65cb5e20a94c407eab227bbfe78bac5f86d9d808 (diff)
parentaf190c94590e340fcb5918a6ebd245169d5f1000 (diff)
downloadegawk-87761102eb08df817871b17f56041428e88efb12.tar.gz
egawk-87761102eb08df817871b17f56041428e88efb12.tar.bz2
egawk-87761102eb08df817871b17f56041428e88efb12.zip
Merge branch 'feature/docit' of ssh://git.sv.gnu.org/srv/git/gawk into feature/docit
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c4
1 files changed, 2 insertions, 2 deletions
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"