/[bison]/bison/src/getargs.c
ViewVC logotype

Diff of /bison/src/getargs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by akim, Tue Nov 12 08:13:10 2002 UTC revision 1.49 by akim, Sat Nov 16 12:31:36 2002 UTC
# Line 54  static const char * const trace_args[] = Line 54  static const char * const trace_args[] =
54    /* In a series of synonyms, present the most meaningful first, so    /* In a series of synonyms, present the most meaningful first, so
55       that argmatch_valid be more readable.  */       that argmatch_valid be more readable.  */
56    "none       - no report",    "none       - no report",
57    "scan       - scanner traces",    "scan       - grammar scanner traces",
58    "parse      - parser traces",    "parse      - grammar parser traces",
59    "automaton  - contruction of the automaton",    "automaton  - contruction of the automaton",
60    "bitsets    - use of bitsets",    "bitsets    - use of bitsets",
61    "grammar    - reading, reducing of the grammar",    "grammar    - reading, reducing of the grammar",
62    "resource   - memory consumption (where available)",    "resource   - memory consumption (where available)",
63    "sets       - grammar sets: firsts, nullable etc.",    "sets       - grammar sets: firsts, nullable etc.",
   "time       - time consumption",  
64    "tools      - m4 invocation and preserve the temporary file",    "tools      - m4 invocation and preserve the temporary file",
65      "skeleton   - skeleton postprocessing",
66      "time       - time consumption",
67    "all        - all of the above",    "all        - all of the above",
68    0    0
69  };  };
# Line 77  static const int trace_types[] = Line 78  static const int trace_types[] =
78    trace_grammar,    trace_grammar,
79    trace_resource,    trace_resource,
80    trace_sets,    trace_sets,
   trace_time,  
81    trace_tools,    trace_tools,
82      trace_skeleton,
83      trace_time,
84    trace_all    trace_all
85  };  };
86    

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26