Advance bison version to v3.7.6

This commit is contained in:
Martin Vierula 2022-09-12 20:26:13 -07:00
parent 8f06f9bd39
commit 0840a29c33
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4
5 changed files with 39 additions and 37 deletions

View File

@ -1,8 +1,8 @@
// A Bison parser, made by GNU Bison 3.7.2.
// A Bison parser, made by GNU Bison 3.7.6.
// Locations for Bison parsers in C++
// Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
// Copyright (C) 2002-2015, 2018-2021 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
@ -15,7 +15,7 @@
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// As a special exception, you may create a larger work that contains
// part or all of the Bison parser skeleton and distribute that work

View File

@ -1,4 +1,4 @@
// A Bison parser, made by GNU Bison 3.7.2.
// A Bison parser, made by GNU Bison 3.7.6.
// Starting with Bison 3.2, this file is useless: the structure it
// used to define is now defined in "location.hh".

View File

@ -1,8 +1,8 @@
// A Bison parser, made by GNU Bison 3.7.2.
// A Bison parser, made by GNU Bison 3.7.6.
// Skeleton implementation for Bison LALR(1) parsers in C++
// Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
// Copyright (C) 2002-2015, 2018-2021 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
@ -15,7 +15,7 @@
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// As a special exception, you may create a larger work that contains
// part or all of the Bison parser skeleton and distribute that work
@ -123,7 +123,7 @@
#else // !YYDEBUG
# define YYCDEBUG if (false) std::cerr
# define YY_SYMBOL_PRINT(Title, Symbol) YYUSE (Symbol)
# define YY_SYMBOL_PRINT(Title, Symbol) YY_USE (Symbol)
# define YY_REDUCE_PRINT(Rule) static_cast<void> (0)
# define YY_STACK_PRINT() static_cast<void> (0)
@ -1195,7 +1195,7 @@ namespace yy {
seclang_parser::yy_print_ (std::ostream& yyo, const basic_symbol<Base>& yysym) const
{
std::ostream& yyoutput = yyo;
YYUSE (yyoutput);
YY_USE (yyoutput);
if (yysym.empty ())
yyo << "empty symbol";
else
@ -1204,7 +1204,7 @@ namespace yy {
yyo << (yykind < YYNTOKENS ? "token" : "nterm")
<< ' ' << yysym.name () << " ("
<< yysym.location << ": ";
YYUSE (yykind);
YY_USE (yykind);
yyo << ')';
}
}
@ -6156,7 +6156,7 @@ namespace yy {
const short
seclang_parser::yydefgoto_[] =
{
-1, 82, 83, 84, 209, 210, 479, 480, 85, 336,
0, 82, 83, 84, 209, 210, 479, 480, 85, 336,
323, 324, 355, 211, 343, 356
};

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
// A Bison parser, made by GNU Bison 3.7.2.
// A Bison parser, made by GNU Bison 3.7.6.
// Starting with Bison 3.2, this file is useless: the structure it
// used to define is now defined with the parser itself.