aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-19 06:36:15 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-19 06:36:15 +0200
commitf77c13a546af58cb8cdb593f49bbfa844b10dd7e (patch)
treecc8c8f1b505300c786123a329278d7566461d40a /awkgram.c
parentf25f9c52b1ab284ac1055b4f8321a2da33e81fcb (diff)
parentd680707683794b92f2fc69e71dcb5b2a154598be (diff)
downloadegawk-f77c13a546af58cb8cdb593f49bbfa844b10dd7e.tar.gz
egawk-f77c13a546af58cb8cdb593f49bbfa844b10dd7e.tar.bz2
egawk-f77c13a546af58cb8cdb593f49bbfa844b10dd7e.zip
Merge branch 'gawk-4.1-stable'
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 a10e3f67..6cc78686 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"