/[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.41 by akim, Wed Jul 31 19:52:13 2002 UTC revision 1.42 by akim, Thu Oct 17 17:47:33 2002 UTC
# Line 52  static const char * const trace_args[] = Line 52  static const char * const trace_args[] =
52    /* In a series of synonyms, present the most meaningful first, so    /* In a series of synonyms, present the most meaningful first, so
53       that argmatch_valid be more readable.  */       that argmatch_valid be more readable.  */
54    "none       - no report",    "none       - no report",
55      "scan       - scanner traces",
56      "parse      - parser traces",
57    "automaton  - contruction of the automaton",    "automaton  - contruction of the automaton",
58    "bitsets    - use of bitsets",    "bitsets    - use of bitsets",
59    "grammar    - reading, reducing of the grammar",    "grammar    - reading, reducing of the grammar",
# Line 66  static const char * const trace_args[] = Line 68  static const char * const trace_args[] =
68  static const int trace_types[] =  static const int trace_types[] =
69  {  {
70    trace_none,    trace_none,
71      trace_scan,
72      trace_parse,
73    trace_automaton,    trace_automaton,
74    trace_bitsets,    trace_bitsets,
75    trace_grammar,    trace_grammar,

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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