]> git.saurik.com Git - bison.git/blobdiff - NEWS
Code cleanup.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 02bc52a0c108a502cac6c363c8e06cdbd9ab7268..a4d9b45b5cd5336025101c336e74b347cc937e11 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -166,8 +166,9 @@ Bison News
 
 ** Detection of GNU M4 1.4.6 or newer during configure is improved.
 
-** Warnings from gcc's -Wundef option about undefined YYENABLE_NLS and
-   YYLTYPE_IS_TRIVIAL in C/C++ parsers are now avoided.
+** Warnings from gcc's -Wundef option about undefined YYENABLE_NLS,
+   YYLTYPE_IS_TRIVIAL, and __STRICT_ANSI__ in C/C++ parsers are now
+   avoided.
 
 ** %code is now a permanent feature.