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

Diff of /bison/src/main.c

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

revision 1.49 by akim, Mon Mar 4 12:03:36 2002 UTC revision 1.50 by akim, Mon Mar 4 12:06:42 2002 UTC
# Line 103  main (int argc, char *argv[]) Line 103  main (int argc, char *argv[])
103    /* Output the tables and the parser to ftable.  In file output.  */    /* Output the tables and the parser to ftable.  In file output.  */
104    output ();    output ();
105    
   /* Free the symbol table data structure.  */  
   free_symtab ();  
   
106    reduce_free ();    reduce_free ();
107    free_conflicts ();    free_conflicts ();
108    free_nullable ();    free_nullable ();
109    free_derives ();    free_derives ();
110      grammar_free ();
111    
112    /* If using alloca.c, flush the alloca'ed memory for the benefit of    /* If using alloca.c, flush the alloca'ed memory for the benefit of
113       people running Bison as a library in IDEs.  */       people running Bison as a library in IDEs.  */

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