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

Diff of /bison/src/state.c

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

revision 1.19 by akim, Wed Jul 3 12:51:30 2002 UTC revision 1.20 by akim, Mon Jul 29 17:30:33 2002 UTC
# Line 122  reductions_new (int num, rule_number_t * Line 122  reductions_new (int num, rule_number_t *
122    
123  state_number_t nstates = 0;  state_number_t nstates = 0;
124  /* FINAL_STATE is properly set by new_state when it recognizes its  /* FINAL_STATE is properly set by new_state when it recognizes its
125     accessing symbol: EOF.  */     accessing symbol: $end.  */
126  state_t *final_state = NULL;  state_t *final_state = NULL;
127    
128  #define STATE_ALLOC(Nitems)                                             \  #define STATE_ALLOC(Nitems)                                             \

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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