mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
c++: when api.location.file is defined, don't generate stack.hh
Make it easier to have fewer files. * data/stack.hh: Don't generate stack.hh when api.location.file is specified. * tests/calc++.at, tests/output.at: Adjust tests.
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
b4_percent_define_ifdef([[api.stack.file]],
|
||||
[b4_percent_define_check_values([[[[api.stack.file]],
|
||||
[[none]]]])],
|
||||
[b4_defines_if([m4_define([b4_stack_file], [stack.hh])])])
|
||||
[b4_defines_if([b4_percent_define_ifdef([[api.location.file]],
|
||||
[],
|
||||
[m4_define([b4_stack_file], [stack.hh])])])])
|
||||
|
||||
|
||||
# b4_stack_define
|
||||
|
||||
Reference in New Issue
Block a user