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

Diff of /bison/src/output.c

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

revision 1.174 by akim, Sun Jun 30 17:30:29 2002 UTC revision 1.175 by akim, Sun Jun 30 17:30:46 2002 UTC
# Line 429  action_row (state_t *state) Line 429  action_row (state_t *state)
429  {  {
430    int i;    int i;
431    int default_rule = 0;    int default_rule = 0;
432    reductions *redp = state->reductions;    reductions_t *redp = state->reductions;
433    shifts_t *shiftp = state->shifts;    shifts_t *shiftp = state->shifts;
434    errs *errp = state->errs;    errs_t *errp = state->errs;
435    /* set nonzero to inhibit having any default reduction */    /* set nonzero to inhibit having any default reduction */
436    int nodefault = 0;    int nodefault = 0;
437    int conflicted = 0;    int conflicted = 0;

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.175

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