]> git.saurik.com Git - bison.git/commitdiff
NEWS: 2.6 will drop K&R.
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 10 Apr 2012 06:07:17 +0000 (08:07 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 10 Apr 2012 11:11:39 +0000 (13:11 +0200)
* NEWS: here.
(glr.c): Fix a spello.

NEWS

diff --git a/NEWS b/NEWS
index 544478af0150df5bff696f3d3019d699c43f5ffc..52b2045750d4836d7cff7248b7a5a7d2680e9be8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,13 +3,17 @@ Bison News
 
 * Changes in version 2.5.1 (????-??-??):
 
-** glr.c: __attribute__ is preserved:
+** Future changes:
 
-  __attribute__ is not longer disabled when __STRICT_ANSI__ is defined
-  (i.e., when -std is passed to GCC).
+  The next major release will drop support for K&R C.
 
 ** yacc.c: YYBACKUP works as expected.
 
+** glr.c: __attribute__ is preserved:
+
+  __attribute__ is no longer disabled when __STRICT_ANSI__ is defined
+  (i.e., when -std is passed to GCC).
+
 ** lalr1.java: several fixes:
 
   The Java parser no longer throws ArrayIndexOutOfBoundsException if