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

Diff of /bison/src/LR0.c

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

revision 1.66 by akim, Sun May 26 18:39:04 2002 UTC revision 1.67 by akim, Sun May 26 20:25:52 2002 UTC
# Line 200  new_state (symbol_number_t symbol, size_ Line 200  new_state (symbol_number_t symbol, size_
200    p = STATE_ALLOC (core_size);    p = STATE_ALLOC (core_size);
201    p->accessing_symbol = symbol;    p->accessing_symbol = symbol;
202    p->number = nstates;    p->number = nstates;
203    p->nitems = core_size;    p->solved_conflicts = NULL;
204    
205      p->nitems = core_size;
206    memcpy (p->items, core, core_size * sizeof (core[0]));    memcpy (p->items, core, core_size * sizeof (core[0]));
207    
208    /* If this is the eoftoken, and this is not the initial state, then    /* If this is the eoftoken, and this is not the initial state, then

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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