mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
lalr1.cc: do not create stack.hh without %defines
* data/stack.hh (b4_stack_define): New. * data/lalr1.cc: Use it when %defines is not passed. * tests/output.at: Adjust expected output.
This commit is contained in:
3
NEWS
3
NEWS
@@ -87,7 +87,8 @@ GNU Bison NEWS
|
||||
*** parser header (%defines) is no longer mandatory (lalr1.cc)
|
||||
|
||||
In which case, if needed, the support classes are defined in the generated
|
||||
parser, instead of additional files such as position.hh and location.hh.
|
||||
parser, instead of additional files (location.hh, position.hh and
|
||||
stack.hh).
|
||||
|
||||
*** locations are no longer mandatory (lalr1.cc, glr.cc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user