/[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.130 by akim, Mon Mar 4 12:06:42 2002 UTC revision 1.131 by akim, Mon Mar 4 13:58:05 2002 UTC
# Line 89  Line 89 
89     negative short int.  Used to flag ??  */     negative short int.  Used to flag ??  */
90    
91  #include "system.h"  #include "system.h"
92    #include "bitsetv.h"
93  #include "quotearg.h"  #include "quotearg.h"
94  #include "error.h"  #include "error.h"
95  #include "getargs.h"  #include "getargs.h"
# Line 922  output_actions (void) Line 923  output_actions (void)
923    width = XCALLOC (short, nvectors);    width = XCALLOC (short, nvectors);
924    
925    token_actions ();    token_actions ();
926    XFREE (LA);    bitsetv_free (LA);
927    XFREE (LAruleno);    XFREE (LAruleno);
928    
929    goto_actions ();    goto_actions ();

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131

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