aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-19 06:31:11 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-19 06:31:11 +0200
commita07103b076a9a88d89bf063396a74f2272749cf4 (patch)
treed94b8ba4f1a602084f36c77ddf59b0bbdc38dde6 /awkgram.c
parenta59a81a68ca26293f8e3df25da2cfe20e61d7c85 (diff)
downloadegawk-a07103b076a9a88d89bf063396a74f2272749cf4.tar.gz
egawk-a07103b076a9a88d89bf063396a74f2272749cf4.tar.bz2
egawk-a07103b076a9a88d89bf063396a74f2272749cf4.zip
Update to bison 3.0.3.
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/awkgram.c b/awkgram.c
index 99f067e7..2407d220 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -1,8 +1,8 @@
-/* A Bison parser, made by GNU Bison 3.0.2. */
+/* A Bison parser, made by GNU Bison 3.0.3. */
/* Bison implementation for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "3.0.2"
+#define YYBISON_VERSION "3.0.3"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"