From: Paul Eggert Date: Thu, 17 Oct 2002 01:24:46 +0000 (+0000) Subject: Officially drop support for building Bison with K&R C, X-Git-Tag: BISON-1_875~458 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/71d1d25c7a93ed4e9765bff0513c95ca7942ca78 Officially drop support for building Bison with K&R C, since it didn't work anyway and it's not worth worrying about. --- diff --git a/NEWS b/NEWS index adba8cf9..9c34410e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ Bison News ---------- +Changes in version 1.75a: + +* Bison can no longer be built by a K&R C compiler; it requires C89 or + later to be built. This change originally took place a few versions + ago, but nobody noticed until we recently asked someone to try + building Bison with a K&R C compiler. + Changes in version 1.75: * Bison should now work on 64-bit hosts.