mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
traces: make closure() less verbose
* src/getargs.h, src/getargs.c (trace_closure): New. * src/closure.c (closure): Use it.
This commit is contained in:
@@ -188,6 +188,7 @@ static const char * const trace_args[] =
|
||||
"parse - grammar parser traces",
|
||||
"automaton - construction of the automaton",
|
||||
"bitsets - use of bitsets",
|
||||
"closure - input/output of closure",
|
||||
"grammar - reading, reducing the grammar",
|
||||
"resource - memory consumption (where available)",
|
||||
"sets - grammar sets: firsts, nullable etc.",
|
||||
@@ -208,6 +209,7 @@ static const int trace_types[] =
|
||||
trace_parse,
|
||||
trace_automaton,
|
||||
trace_bitsets,
|
||||
trace_closure,
|
||||
trace_grammar,
|
||||
trace_resource,
|
||||
trace_sets,
|
||||
|
||||
Reference in New Issue
Block a user