]> git.saurik.com Git - bison.git/commitdiff
Officially drop support for building Bison with K&R C,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Oct 2002 01:24:46 +0000 (01:24 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Oct 2002 01:24:46 +0000 (01:24 +0000)
since it didn't work anyway and it's not worth worrying about.

NEWS

diff --git a/NEWS b/NEWS
index adba8cf9aa10378423bfd4dc19ac986acfd8be29..9c34410e803833a26c7c5e633273c563e1afc805 100644 (file)
--- 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.