From 8110b4b66d9bf0f94b4595aadd4e9439df526fa5 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 12 Aug 2020 18:10:44 +0300 Subject: Upgrade to Bison 3.7.1. --- command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command.c') diff --git a/command.c b/command.c index abfd6570..a922e51c 100644 --- a/command.c +++ b/command.c @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 3.7. */ +/* A Bison parser, made by GNU Bison 3.7.1. */ /* Bison implementation for Yacc-like parsers in C @@ -49,7 +49,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "3.7" +#define YYBISON_VERSION "3.7.1" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" -- cgit v1.2.3