/[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.49 by akim, Thu Dec 27 18:13:47 2001 UTC revision 1.50 by akim, Sat Dec 29 14:15:12 2001 UTC
# Line 391  void Line 391  void
391  generate_states (void)  generate_states (void)
392  {  {
393    allocate_storage ();    allocate_storage ();
394    new_closure (nitems);    new_closure (nritems);
395    new_states ();    new_states ();
396    
397    while (this_state)    while (this_state)

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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