? src/macrotab.h ? src/macrotab.c Index: ChangeLog =================================================================== RCS file: /cvsroot/bison/bison/ChangeLog,v retrieving revision 1.176 diff -u -r1.176 ChangeLog --- ChangeLog 2001/08/25 14:15:11 1.176 +++ ChangeLog 2001/08/25 14:19:48 @@ -1,5 +1,11 @@ 2001-08-25 Robert Anisko + * src/macrotab.c: New file. + * src/macrotab.h: New file. + * src/Makefile.am: Update. + +2001-08-25 Robert Anisko + * lib/hash.c: New file. * lib/hash.h: New file. * lib/Makefile.am: Update. Index: src/Makefile.am =================================================================== RCS file: /cvsroot/bison/bison/src/Makefile.am,v retrieving revision 1.27 diff -u -r1.27 Makefile.am --- src/Makefile.am 2001/08/25 13:13:14 1.27 +++ src/Makefile.am 2001/08/25 14:19:48 @@ -14,6 +14,7 @@ derives.c \ files.c getargs.c gram.c lalr.c lex.c main.c nullable.c \ output.c \ + macrotab.c \ print.c reader.c reduce.c symtab.c warshall.c vcg.c print_graph.c EXTRA_bison_SOURCES = vmsgetargs.c @@ -22,6 +23,7 @@ derives.h \ files.h getargs.h gram.h lalr.h lex.h nullable.h \ output.h state.h \ + macrotab.h \ print.h reader.h reduce.h symtab.h warshall.h system.h types.h \ vcg.h vcg_defaults.h print_graph.h