Index: ChangeLog =================================================================== RCS file: /cvsroot/bison/bison/ChangeLog,v retrieving revision 1.178 diff -u -r1.178 ChangeLog --- ChangeLog 2001/08/25 14:27:57 1.178 +++ ChangeLog 2001/08/25 14:33:03 @@ -1,5 +1,9 @@ 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. * src/lex.h: Add tok_define. Index: src/main.c =================================================================== RCS file: /cvsroot/bison/bison/src/main.c,v retrieving revision 1.32 diff -u -r1.32 main.c --- src/main.c 2001/08/25 13:13:14 1.32 +++ src/main.c 2001/08/25 14:33:03 @@ -51,6 +51,7 @@ lineno = 0; getargs (argc, argv); + macro_init (); open_files (); /* Read the input. Copy some parts of it to FGUARD, FACTION, FTABLE