mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 09:43:03 +00:00
regen
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
/* A Bison parser, made by GNU Bison 3.8.1. */
|
/* A Bison parser, made by GNU Bison 3.8.2.30-82269. */
|
||||||
|
|
||||||
/* Bison implementation for Yacc-like parsers in C
|
/* Bison implementation for Yacc-like parsers in C
|
||||||
|
|
||||||
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2022 Free Software
|
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2022 Free Software Foundation,
|
||||||
Foundation, Inc.
|
Inc.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -46,10 +46,10 @@
|
|||||||
USER NAME SPACE" below. */
|
USER NAME SPACE" below. */
|
||||||
|
|
||||||
/* Identify Bison output, and Bison version. */
|
/* Identify Bison output, and Bison version. */
|
||||||
#define YYBISON 30801
|
#define YYBISON 30802
|
||||||
|
|
||||||
/* Bison version string. */
|
/* Bison version string. */
|
||||||
#define YYBISON_VERSION "3.8.1"
|
#define YYBISON_VERSION "3.8.2.30-82269"
|
||||||
|
|
||||||
/* Skeleton name. */
|
/* Skeleton name. */
|
||||||
#define YYSKELETON_NAME "yacc.c"
|
#define YYSKELETON_NAME "yacc.c"
|
||||||
@@ -1794,7 +1794,7 @@ static YYLTYPE yyloc_default
|
|||||||
YYLTYPE yylloc = yyloc_default;
|
YYLTYPE yylloc = yyloc_default;
|
||||||
|
|
||||||
/* Number of syntax errors so far. */
|
/* Number of syntax errors so far. */
|
||||||
int yynerrs = 0;
|
int yynerrs YY_ATTRIBUTE_UNUSED = 0;
|
||||||
|
|
||||||
yy_state_fast_t yystate = 0;
|
yy_state_fast_t yystate = 0;
|
||||||
/* Number of tokens to shift before error messages enabled. */
|
/* Number of tokens to shift before error messages enabled. */
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
/* A Bison parser, made by GNU Bison 3.8.1. */
|
/* A Bison parser, made by GNU Bison 3.8.2.30-82269. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
|
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2022 Free Software Foundation,
|
||||||
Inc.
|
Inc.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|||||||
Reference in New Issue
Block a user