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

Diff of /bison/src/conflicts.c

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

revision 1.74 by akim, Sun Apr 7 17:42:31 2002 UTC revision 1.75 by akim, Sat May 25 16:12:40 2002 UTC
# Line 43  static bitset lookaheadset; Line 43  static bitset lookaheadset;
43  static inline void  static inline void
44  log_resolution (state_t *state, int LAno, int token, const char *resolution)  log_resolution (state_t *state, int LAno, int token, const char *resolution)
45  {  {
46    if (verbose_flag)    if (report_flag & report_states)
47      obstack_fgrow4 (&output_obstack,      obstack_fgrow4 (&output_obstack,
48                      _("\                      _("\
49  Conflict in state %d between rule %d and token %s resolved as %s.\n"),  Conflict in state %d between rule %d and token %s resolved as %s.\n"),

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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