mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
parser: new bison version
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
// A Bison parser, made by GNU Bison 3.2.
|
// A Bison parser, made by GNU Bison 3.3.2.
|
||||||
|
|
||||||
// Locations for Bison parsers in C++
|
// Locations for Bison parsers in C++
|
||||||
|
|
||||||
// Copyright (C) 2002-2015, 2018 Free Software Foundation, Inc.
|
// Copyright (C) 2002-2015, 2018-2019 Free Software Foundation, 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
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
namespace yy {
|
namespace yy {
|
||||||
#line 60 "location.hh" // location.cc:339
|
#line 60 "location.hh" // location.cc:339
|
||||||
/// Abstract a position.
|
/// A point in a source file.
|
||||||
class position
|
class position
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -176,7 +176,7 @@ namespace yy {
|
|||||||
return ostr << pos.line << '.' << pos.column;
|
return ostr << pos.line << '.' << pos.column;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Abstract a location.
|
/// Two points in a source file.
|
||||||
class location
|
class location
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// A Bison parser, made by GNU Bison 3.2.
|
// A Bison parser, made by GNU Bison 3.3.2.
|
||||||
|
|
||||||
// Starting with Bison 3.2, this file is useless: the structure it
|
// Starting with Bison 3.2, this file is useless: the structure it
|
||||||
// used to define is now defined in "location.hh".
|
// used to define is now defined in "location.hh".
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
|||||||
// A Bison parser, made by GNU Bison 3.2.
|
// A Bison parser, made by GNU Bison 3.3.2.
|
||||||
|
|
||||||
// Starting with Bison 3.2, this file is useless: the structure it
|
// Starting with Bison 3.2, this file is useless: the structure it
|
||||||
// used to define is now defined with the parser itself.
|
// used to define is now defined with the parser itself.
|
||||||
|
Reference in New Issue
Block a user