X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b408954b40e74d85ee90544ea7e296dbc99356c9..592e8d4d010441b079f98b88c2f1af0b62a47cd1:/NEWS diff --git a/NEWS b/NEWS index e4acf388..64258f23 100644 --- a/NEWS +++ b/NEWS @@ -96,6 +96,15 @@ Changes in version 1.49b: Bison used to systematically output this information on top of the report. Solved conflicts are now attached to their states. +* Type clashes + Previous versions don't complain when there is a type clash on + the default action if the rule has a mid-rule action, such as in: + + %type bar + %% + bar: '0' {} '0'; + + This is fixed. Changes in version 1.35, 2002-03-25: