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

Diff of /bison/src/lalr.c

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

revision 1.16.2.10 by akim, Mon Nov 19 09:12:25 2001 UTC revision 1.16.2.11 by akim, Mon Nov 19 09:14:53 2001 UTC
# Line 653  compute_lookaheads (void) Line 653  compute_lookaheads (void)
653    
654    /* Free LOOKBACK. */    /* Free LOOKBACK. */
655    for (i = 0; i < state_table[nstates].lookaheads; i++)    for (i = 0; i < state_table[nstates].lookaheads; i++)
656      {      LIST_FREE (shorts, lookback[i]);
       shorts *sptmp;  
       for (sp = lookback[i]; sp; sp = sptmp)  
         {  
           sptmp = sp->next;  
           XFREE (sp);  
         }  
     }  
657    
658    XFREE (lookback);    XFREE (lookback);
659    XFREE (F);    XFREE (F);

Legend:
Removed from v.1.16.2.10  
changed lines
  Added in v.1.16.2.11

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