]> git.saurik.com Git - bison.git/blobdiff - NEWS
Add gcc's -Wundef to test suite and fix another warning from it.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index fbb0745a3678ff3831ac2351bdf4d4056963e5e8..f2eff01b8570b867ed2fe33b4040bb56ff5f6648 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,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.