summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-05-21 14:42:33 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-05-21 14:42:33 +0300
commit5c7385d36987e4eaad95a4ff3a7d735014833f90 (patch)
tree7ffbcee1eaeeae80fe74d9bd196867c1d9cabf51
parent43c3c20780092e1e214520a02897eaeb5cda15f9 (diff)
downloadgawk-5c7385d36987e4eaad95a4ff3a7d735014833f90.tar.gz
Rebuild awkgram.c with latest bison.
-rw-r--r--awkgram.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/awkgram.c b/awkgram.c
index e9577dd6..995b580d 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.4. */
/* 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.4"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"