bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
+ bitset_stats_init ();
+
lineno = 0;
getargs (argc, 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. */