diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-19 06:31:11 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-19 06:31:11 +0200 |
commit | a07103b076a9a88d89bf063396a74f2272749cf4 (patch) | |
tree | d94b8ba4f1a602084f36c77ddf59b0bbdc38dde6 /command.c | |
parent | a59a81a68ca26293f8e3df25da2cfe20e61d7c85 (diff) | |
download | egawk-a07103b076a9a88d89bf063396a74f2272749cf4.tar.gz egawk-a07103b076a9a88d89bf063396a74f2272749cf4.tar.bz2 egawk-a07103b076a9a88d89bf063396a74f2272749cf4.zip |
Update to bison 3.0.3.
Diffstat (limited to 'command.c')
-rw-r--r-- | command.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" |