aboutsummaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-24 19:46:06 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-24 19:46:06 +0200
commit48f9d87c455f0804424977e2a2185de94bc2b0a3 (patch)
tree9bb5339a90e444a672542f0e9946fd702bb666d9 /command.c
parent65f80a8ce75f050e30a400ff5eee3c08366bb518 (diff)
downloadegawk-48f9d87c455f0804424977e2a2185de94bc2b0a3.tar.gz
egawk-48f9d87c455f0804424977e2a2185de94bc2b0a3.tar.bz2
egawk-48f9d87c455f0804424977e2a2185de94bc2b0a3.zip
Move to Bison 3.0.4.
Diffstat (limited to 'command.c')
-rw-r--r--command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/command.c b/command.c
index 389814a5..04d5e5f3 100644
--- a/command.c
+++ b/command.c
@@ -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"