From: Robert Anisko Date: Sat, 25 Aug 2001 14:34:41 +0000 (+0000) Subject: * src/main.c (main): Initialize the macro table. X-Git-Tag: pre-merge-of-1-29-branch~63 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6f43b11362bfc441d868f163146d4c19a87e47c0 * src/main.c (main): Initialize the macro table. --- diff --git a/ChangeLog b/ChangeLog index 04ff5e81..f92b4e6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-25 Robert Anisko + + * src/main.c (main): Initialize the macro table. + 2001-08-25 Robert Anisko * src/lex.c (percent_table): Add tok_define. diff --git a/src/main.c b/src/main.c index fb62ff2d..6a89f5c8 100644 --- a/src/main.c +++ b/src/main.c @@ -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