From: Paul Eggert Date: Sat, 30 Nov 2002 09:52:42 +0000 (+0000) Subject: Type clashes now generate warnings, not errors, since it X-Git-Tag: BISON-1_875~175 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6ba555928922e7b96b05e0032737f6974ac78702 Type clashes now generate warnings, not errors, since it appears that POSIX may allow some grammars with type clashes. --- 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.