X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5136519230209e4362e477c38d92f7d25203255f..d50eea6df5e4fff2ec4247e0faae009c53879404:/src/getargs.h diff --git a/src/getargs.h b/src/getargs.h index 8d27e717..11390674 100644 --- a/src/getargs.h +++ b/src/getargs.h @@ -106,6 +106,7 @@ enum trace trace_time = 1 << 8, /**< Time consumption. */ trace_skeleton = 1 << 9, /**< Skeleton postprocessing. */ trace_m4 = 1 << 10, /**< M4 traces. */ + trace_muscles = 1 << 11, /**< M4 definitions of the muscles. */ trace_all = ~0 /**< All of the above. */ }; /** What debug items bison displays during its run. */