diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-19 06:36:15 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-19 06:36:15 +0200 |
commit | f77c13a546af58cb8cdb593f49bbfa844b10dd7e (patch) | |
tree | cc8c8f1b505300c786123a329278d7566461d40a /awkgram.c | |
parent | f25f9c52b1ab284ac1055b4f8321a2da33e81fcb (diff) | |
parent | d680707683794b92f2fc69e71dcb5b2a154598be (diff) | |
download | egawk-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.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |