]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
Formatting changes.
[bison.git] / src / getargs.c
index a8d1c5480ddb519257ff353e05b673daea27fc44..53934f336084a3a2b6de972d0a7ffdb53c01cfe4 100644 (file)
@@ -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,