/[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.172 by akim, Sun Jun 30 17:27:34 2002 UTC revision 1.173 by akim, Sun Jun 30 17:29:36 2002 UTC
# Line 1132  output_check (void) Line 1132  output_check (void)
1132  static void  static void
1133  output_actions (void)  output_actions (void)
1134  {  {
   state_number_t i;  
   
1135    /* That's a poor way to make sure the sizes are properly corelated,    /* That's a poor way to make sure the sizes are properly corelated,
1136       in particular the signedness is not taking into account, but it's       in particular the signedness is not taking into account, but it's
1137       not useless.  */       not useless.  */
# Line 1165  output_actions (void) Line 1163  output_actions (void)
1163    output_conflicts ();    output_conflicts ();
1164    
1165    output_check ();    output_check ();
   
   for (i = 0; i < nstates; ++i)  
     {  
       free (states[i]->shifts);  
       XFREE (states[i]->reductions);  
       free (states[i]->errs);  
       free (states[i]);  
     }  
   XFREE (states);  
1166  }  }
1167    
1168    

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.173

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