diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-21 14:42:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-21 14:42:33 +0300 |
commit | 5c7385d36987e4eaad95a4ff3a7d735014833f90 (patch) | |
tree | 7ffbcee1eaeeae80fe74d9bd196867c1d9cabf51 | |
parent | 43c3c20780092e1e214520a02897eaeb5cda15f9 (diff) | |
download | egawk-5c7385d36987e4eaad95a4ff3a7d735014833f90.tar.gz egawk-5c7385d36987e4eaad95a4ff3a7d735014833f90.tar.bz2 egawk-5c7385d36987e4eaad95a4ff3a7d735014833f90.zip |
Rebuild awkgram.c with latest bison.
-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.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" |