/[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.35 by akim, Sat May 25 16:12:40 2002 UTC revision 1.36 by akim, Sun May 26 20:25:52 2002 UTC
# Line 55  static const char * const report_args[] Line 55  static const char * const report_args[]
55    "state", "states",    "state", "states",
56    "itemset", "itemsets",    "itemset", "itemsets",
57    "lookahead", "lookaheads",    "lookahead", "lookaheads",
58      "solved",
59    "all",    "all",
60    0    0
61  };  };
# Line 65  static const int report_types[] = Line 66  static const int report_types[] =
66    report_states, report_states,    report_states, report_states,
67    report_states | report_itemsets, report_states | report_itemsets,    report_states | report_itemsets, report_states | report_itemsets,
68    report_states | report_lookaheads, report_states | report_lookaheads,    report_states | report_lookaheads, report_states | report_lookaheads,
69      report_states | report_solved_conflicts,
70    report_all    report_all
71  };  };
72    
# Line 140  THINGS is a list of comma separated word Line 142  THINGS is a list of comma separated word
142    `state'        describe the states\n\    `state'        describe the states\n\
143    `itemset'      complete the core item sets with their closure\n\    `itemset'      complete the core item sets with their closure\n\
144    `lookahead'    explicitly associate lookaheads to items\n\    `lookahead'    explicitly associate lookaheads to items\n\
145      `solved'       describe shift/reduce conflicts solving\n\
146    `all'          include all the above information\n\    `all'          include all the above information\n\
147    `none'         disable the report\n\    `none'         disable the report\n\
148  "), stream);  "), stream);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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