X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5136519230209e4362e477c38d92f7d25203255f..2df9ec37748b216c64d947d2d47ea15f4cab1cc1:/src/getargs.c diff --git a/src/getargs.c b/src/getargs.c index a8d1c548..53934f33 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -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,