]> git.saurik.com Git - bison.git/commitdiff
* src/main.c (main): Initialize the macro table.
authorRobert Anisko <robert@lrde.epita.fr>
Sat, 25 Aug 2001 14:34:41 +0000 (14:34 +0000)
committerRobert Anisko <robert@lrde.epita.fr>
Sat, 25 Aug 2001 14:34:41 +0000 (14:34 +0000)
ChangeLog
src/main.c

index 04ff5e813df6f321c1c46eff77a278189415c34a..f92b4e6a52931a7003e9b78618f431299b5e13a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
+
+       * src/main.c (main): Initialize the macro table.
+
 2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
 
        * src/lex.c (percent_table): Add tok_define.
index fb62ff2d2b0aeb73fe0e04f58a5e74dbb82bfa82..6a89f5c8c7b5ba7044164a70f79b56c863369cea 100644 (file)
@@ -51,6 +51,7 @@ main (int argc, char *argv[])
   lineno = 0;
   getargs (argc, argv);
 
+  macro_init ();
   open_files ();
 
   /* Read the input.  Copy some parts of it to FGUARD, FACTION, FTABLE