mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
d: prepare to be able to run LAC tests
Unfortunately it seems to be quite difficult to have "LAC: Exploratory stack" run for D. * data/skeletons/lalr1.d: We need File when traces are enabled. * tests/local.at (AT_YYLEX_DEFINE(d)): New. * tests/regression.at: Prepare for D, but don't run it, it does not work.
This commit is contained in:
@@ -300,6 +300,7 @@ b4_user_union_members
|
||||
]b4_parse_param_cons[
|
||||
}
|
||||
]b4_parse_trace_if([[
|
||||
import std.stdio;
|
||||
private File yyDebugStream;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user