/[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.52 by akim, Mon Dec 10 08:45:22 2001 UTC revision 1.53 by akim, Mon Dec 17 17:31:10 2001 UTC
# Line 40  static unsigned *lookaheadset = NULL; Line 40  static unsigned *lookaheadset = NULL;
40  static inline void  static inline void
41  log_resolution (int state, int LAno, int token, char *resolution)  log_resolution (int state, int LAno, int token, char *resolution)
42  {  {
43    obstack_fgrow4 (&output_obstack,    if (verbose_flag)
44                    _("\      obstack_fgrow4 (&output_obstack,
45                        _("\
46  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"),
47                    state, LAruleno[LAno], tags[token], resolution);                      state, LAruleno[LAno], tags[token], resolution);
48  }  }
49    
50    

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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