]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
* configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
[bison.git] / src / getargs.c
index bc490a85feb5d2f9b274e69db79e8717a1fd323b..9f6aef4a57a907c6c99824f4b0caa7e6af30d35e 100644 (file)
@@ -55,8 +55,9 @@ static const char * const trace_args[] =
   "automaton  - contruction of the automaton",
   "bitsets    - use of bitsets",
   "grammar    - reading, reducing of the grammar",
   "automaton  - contruction of the automaton",
   "bitsets    - use of bitsets",
   "grammar    - reading, reducing of the grammar",
-  "resource   - time and memory (where available)",
+  "resource   - memory consumption (where available)",
   "sets       - grammar sets: firsts, nullable etc.",
   "sets       - grammar sets: firsts, nullable etc.",
+  "time       - time consumption",
   "tools      - m4 invocation and preserve the temporary file",
   "all        - all of the above",
   0
   "tools      - m4 invocation and preserve the temporary file",
   "all        - all of the above",
   0
@@ -70,6 +71,7 @@ static const int trace_types[] =
   trace_grammar,
   trace_resource,
   trace_sets,
   trace_grammar,
   trace_resource,
   trace_sets,
+  trace_time,
   trace_tools,
   trace_all
 };
   trace_tools,
   trace_all
 };