/[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.84 by akim, Sun Jun 30 17:27:34 2002 UTC revision 1.85 by akim, Sun Jun 30 17:30:29 2002 UTC
# Line 139  log_resolution (rule_t *rule, int token, Line 139  log_resolution (rule_t *rule, int token,
139  static void  static void
140  flush_shift (state_t *state, int token)  flush_shift (state_t *state, int token)
141  {  {
142    shifts *shiftp = state->shifts;    shifts_t *shiftp = state->shifts;
143    int i;    int i;
144    
145    bitset_reset (lookaheadset, token);    bitset_reset (lookaheadset, token);
# Line 249  static void Line 249  static void
249  set_conflicts (state_t *state)  set_conflicts (state_t *state)
250  {  {
251    int i;    int i;
252    shifts *shiftp;    shifts_t *shiftp;
253    
254    if (state->consistent)    if (state->consistent)
255      return;      return;
# Line 308  count_sr_conflicts (state_t *state) Line 308  count_sr_conflicts (state_t *state)
308  {  {
309    int i;    int i;
310    int src_count = 0;    int src_count = 0;
311    shifts *shiftp = state->shifts;    shifts_t *shiftp = state->shifts;
312    
313    if (!shiftp)    if (!shiftp)
314      return 0;      return 0;

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

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