Skip to content

Commit 0669c2e

Browse files
committed
parser: new bison version
1 parent b574418 commit 0669c2e

File tree

5 files changed

+8085
-6350
lines changed

5 files changed

+8085
-6350
lines changed

src/parser/location.hh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// A Bison parser, made by GNU Bison 3.2.
1+
// A Bison parser, made by GNU Bison 3.3.2.
22

33
// Locations for Bison parsers in C++
44

5-
// Copyright (C) 2002-2015, 2018 Free Software Foundation, Inc.
5+
// Copyright (C) 2002-2015, 2018-2019 Free Software Foundation, Inc.
66

77
// This program is free software: you can redistribute it and/or modify
88
// it under the terms of the GNU General Public License as published by
@@ -57,7 +57,7 @@
5757

5858
namespace yy {
5959
#line 60 "location.hh" // location.cc:339
60-
/// Abstract a position.
60+
/// A point in a source file.
6161
class position
6262
{
6363
public:
@@ -176,7 +176,7 @@ namespace yy {
176176
return ostr << pos.line << '.' << pos.column;
177177
}
178178

179-
/// Abstract a location.
179+
/// Two points in a source file.
180180
class location
181181
{
182182
public:

src/parser/position.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// A Bison parser, made by GNU Bison 3.2.
1+
// A Bison parser, made by GNU Bison 3.3.2.
22

33
// Starting with Bison 3.2, this file is useless: the structure it
44
// used to define is now defined in "location.hh".

0 commit comments

Comments
 (0)