? lib/hash.h ? lib/hash.c Index: ChangeLog =================================================================== RCS file: /cvsroot/bison/bison/ChangeLog,v retrieving revision 1.175 diff -u -r1.175 ChangeLog --- ChangeLog 2001/08/25 13:13:14 1.175 +++ ChangeLog 2001/08/25 14:12:17 @@ -1,3 +1,9 @@ +2001-08-25 Robert Anisko + + * lib/hash.c: New file. + * lib/hash.h: New file. + * lib/Makefile.am: Update. + 2001-08-15 Akim Demaille Version 1.28c. Index: lib/Makefile.am =================================================================== RCS file: /cvsroot/bison/bison/lib/Makefile.am,v retrieving revision 1.10 diff -u -r1.10 Makefile.am --- lib/Makefile.am 2001/08/25 13:13:14 1.10 +++ lib/Makefile.am 2001/08/25 14:12:17 @@ -14,6 +14,7 @@ libbison_a_SOURCES = \ error.c error.h \ getopt.h getopt.c getopt1.c \ + hash.h hash.c \ obstack.h obstack.c \ quote.h quote.c quotearg.h quotearg.c \ xalloc.h xmalloc.c xstrdup.c