+2004-02-02 Paul Eggert <eggert@twinsun.com>
+
+ * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
+ $(top_srcdir)/lib and ../lib. This fixes a bug reported
+ by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
+ There's no need to mention top_builddir since Automake does that
+ for us.
+ (INCLUDES): Remove, as Automake says it's obsolescent.
+ Contents migrated into AM_CPPFLAGS as described above.
+ * lib/Makefile.am (INCLUDES): Remove; obsolescent.
+
+2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
+
+ * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
+ (yyreportSyntaxError): Handle case where lookahead token is
+ YYEMPTY.
+