X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/597afd73d7046a3b175c6da703ae50b654419b67..f0f95a50ee91374ac42b13f201aa42c2038fcada:/NEWS diff --git a/NEWS b/NEWS index f4314c43..c94af176 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,11 @@ GNU Bison NEWS This is has been fixed: yylval, yynerrs, yychar, and yylloc are now valid identifiers for user-provided variables. +*** stdio.h is no longer needed when locations are enabled (yacc.c) + + Changes in Bison 2.7 introduced a dependency on FILE and fprintf when + locations are enabled. This is fixed. + ** Diagnostics reported by Bison Most of these features were contributed by Théophile Ranquet and Victor