This commit is contained in:
Akim Demaille
2021-09-12 12:03:44 +02:00
parent 9cdfd86cbb
commit c3a4686a03
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 3.8.3-84b7. */
/* A Bison parser, made by GNU Bison 3.8.1. */
/* Bison implementation for Yacc-like parsers in C
@@ -46,10 +46,10 @@
USER NAME SPACE" below. */
/* Identify Bison output, and Bison version. */
#define YYBISON -1
#define YYBISON 30801
/* Bison version string. */
#define YYBISON_VERSION "3.8.3-84b7"
#define YYBISON_VERSION "3.8.1"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 3.8.3-84b7. */
/* A Bison parser, made by GNU Bison 3.8.1. */
/* Bison interface for Yacc-like parsers in C