]> git.saurik.com Git - bison.git/blobdiff - src/main.c
* src/reader.c: Include muscle_tab.h.
[bison.git] / src / main.c
index 0fd82bc17b84f47ebb130624a31d4c209675a462..6dfffbebc12fe45436a1cd8ab45b438d2117ede9 100644 (file)
@@ -34,7 +34,7 @@
 #include "LR0.h"
 #include "conflicts.h"
 #include "print_graph.h"
-#include "macrotab.h"
+#include "muscle_tab.h"
 
 /* The name this program was run with, for messages.  */
 char *program_name;
@@ -52,7 +52,7 @@ main (int argc, char *argv[])
   lineno = 0;
   getargs (argc, argv);
 
-  macro_init ();
+  muscle_init ();
   open_files ();
 
   /* Read the input.  Copy some parts of it to FGUARD, FACTION, FTABLE