X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/273a74fa89392c33ef4912036c290ad47e535da6..c97011bfc1cabd3f7aa8e263f83d9e8a18a262bf:/src/getargs.h diff --git a/src/getargs.h b/src/getargs.h index a93fd55f..adf95123 100644 --- a/src/getargs.h +++ b/src/getargs.h @@ -45,6 +45,7 @@ enum trace_e trace_tools = 1 << 3, trace_automaton = 1 << 4, trace_grammar = 1 << 5, + trace_time = 1 << 6, trace_all = ~0 }; extern int trace_flag;