mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
parser: new bison version
This commit is contained in:
parent
b574418386
commit
0669c2e64d
@ -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++
|
||||
|
||||
// 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
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
namespace yy {
|
||||
#line 60 "location.hh" // location.cc:339
|
||||
/// Abstract a position.
|
||||
/// A point in a source file.
|
||||
class position
|
||||
{
|
||||
public:
|
||||
@ -176,7 +176,7 @@ namespace yy {
|
||||
return ostr << pos.line << '.' << pos.column;
|
||||
}
|
||||
|
||||
/// Abstract a location.
|
||||
/// Two points in a source file.
|
||||
class location
|
||||
{
|
||||
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
|
||||
// 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
|
||||
// used to define is now defined with the parser itself.
|
||||
|
Loading…
x
Reference in New Issue
Block a user