]> git.saurik.com Git - bison.git/blobdiff - src/main.c
* lib/timevar.c (get_time): Include children time.
[bison.git] / src / main.c
index 6b73f9eb67bb37c962f74fd624f1c8981d36549f..b59e2978561c5c6846af3697b9615a51e516f2bc 100644 (file)
@@ -137,6 +137,11 @@ main (int argc, char *argv[])
   tables_generate ();
   timevar_pop (TV_ACTIONS);
 
+  /* Lookaheads are no longer needed. */
+  timevar_push (TV_FREE);
+  lalr_free ();
+  timevar_pop (TV_FREE);
+
   /* Output the tables and the parser to ftable.  In file output.  */
   timevar_push (TV_PARSER);
   output ();