/[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.66 by akim, Mon Nov 19 10:08:02 2001 UTC revision 1.67 by akim, Mon Nov 19 10:08:20 2001 UTC
# Line 348  action_row (int state) Line 348  action_row (int state)
348          {          {
349            /* loop over all the rules available here which require            /* loop over all the rules available here which require
350               lookahead */               lookahead */
351            m = lookaheads[state];            m = state_table[state].lookaheads;
352            n = lookaheads[state + 1];            n = state_table[state + 1].lookaheads;
353    
354            for (i = n - 1; i >= m; i--)            for (i = n - 1; i >= m; i--)
355              {              {
# Line 928  output_actions (void) Line 928  output_actions (void)
928    token_actions ();    token_actions ();
929    free_shifts ();    free_shifts ();
930    free_reductions ();    free_reductions ();
   XFREE (lookaheads);  
931    XFREE (LA);    XFREE (LA);
932    XFREE (LAruleno);    XFREE (LAruleno);
933    

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