mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
c++: use YYRHSLOC.
* data/lalr1.cc (YYRHSLOC): New.
(YYLLOC_DEFAULT): Use it.
* data/glr.cc: If location_type was user defined, do not include
location.hh, and do not produce location.hh and position.hh.
* tests/calc.at (YYLLOC_DEFAULT): Use YYRHSLOC.
Check that glr.cc supports user defined location_type.
* NEWS: Document this.
(cherry picked from commit bb9191dd31)
Conflicts:
ChangeLog
NEWS
data/lalr1.cc
tests/calc.at
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2010-05-07 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
c++: use YYRHSLOC.
|
||||
* data/lalr1.cc (YYRHSLOC): New.
|
||||
(YYLLOC_DEFAULT): Use it.
|
||||
* data/glr.cc: If location_type was user defined, do not include
|
||||
location.hh, and do not produce location.hh and position.hh.
|
||||
* tests/calc.at (YYLLOC_DEFAULT): Use YYRHSLOC.
|
||||
Check that glr.cc supports user defined location_type.
|
||||
* NEWS: Document this.
|
||||
|
||||
2010-05-10 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
doc: fix lalr1.cc documentation.
|
||||
|
||||
Reference in New Issue
Block a user