]> git.saurik.com Git - bison.git/blobdiff - src/main.c
(AUTOMAKE_OPTIONS): 1.6.
[bison.git] / src / main.c
index caa451d33ea4228364750aea2188187668d0d02c..5d70fa48b976b47fad7ca8dc3728dcb7a0306d72 100644 (file)
@@ -50,6 +50,8 @@ main (int argc, char *argv[])
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 
+  bitset_stats_init ();
+
   lineno = 0;
   getargs (argc, argv);
 
@@ -103,13 +105,11 @@ main (int argc, char *argv[])
   /* Output the tables and the parser to ftable.  In file output.  */
   output ();
 
-  /* Free the symbol table data structure.  */
-  free_symtab ();
-
   reduce_free ();
   free_conflicts ();
   free_nullable ();
   free_derives ();
+  grammar_free ();
 
   /* If using alloca.c, flush the alloca'ed memory for the benefit of
      people running Bison as a library in IDEs.  */