]> git.saurik.com Git - bison.git/blobdiff - src/main.c
* src/conflicts.c (finalize_conflicts): Rename as...
[bison.git] / src / main.c
index fb62ff2d2b0aeb73fe0e04f58a5e74dbb82bfa82..0e710920a2a73fdb5718b1485ca74d7b4a30abed 100644 (file)
@@ -90,7 +90,7 @@ main (int argc, char *argv[])
   /* Output the tables and the parser to ftable.  In file output.  */
   output ();
 
-  finalize_conflicts ();
+  free_conflicts ();
   free_nullable ();
   free_derives ();