mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
--trace=muscles
* src/getargs.h, src/getargs.c (trace_muscle): New. (trace_types, trace_args): Support it. * src/output.c (output_skeleton): Use it.
This commit is contained in:
@@ -176,6 +176,7 @@ static const char * const trace_args[] =
|
||||
"grammar - reading, reducing the grammar",
|
||||
"resource - memory consumption (where available)",
|
||||
"sets - grammar sets: firsts, nullable etc.",
|
||||
"muscles - m4 definitions passed to the skeleton",
|
||||
"tools - m4 invocation",
|
||||
"m4 - m4 traces",
|
||||
"skeleton - skeleton postprocessing",
|
||||
@@ -194,6 +195,7 @@ static const int trace_types[] =
|
||||
trace_grammar,
|
||||
trace_resource,
|
||||
trace_sets,
|
||||
trace_muscles,
|
||||
trace_tools,
|
||||
trace_m4,
|
||||
trace_skeleton,
|
||||
|
||||
Reference in New Issue
Block a user