From 6ba555928922e7b96b05e0032737f6974ac78702 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 30 Nov 2002 09:52:42 +0000 Subject: [PATCH] Type clashes now generate warnings, not errors, since it appears that POSIX may allow some grammars with type clashes. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2529512..e454950e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-11-30 Paul Eggert + Type clashes now generate warnings, not errors, since it + appears that POSIX may allow some grammars with type clashes. + * src/reader.c (grammar_current_rule_check): Warn about + type clashes instead of complaining. + * tests/input.at (Type Clashes): Expect warnings, not complaints. + Add Yacc library, since POSIX requires it. * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu. * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros. -- 2.50.0