news: typo

* NEWS: here.
This commit is contained in:
Akim Demaille
2013-02-23 14:37:27 +01:00
parent edd3280b69
commit 6c7022f7d3

2
NEWS
View File

@@ -39,7 +39,7 @@ GNU Bison NEWS
int yylex (YYSTYPE *yylval);
This is has been fixed: yylval, yynerrs, yychar, and yylloc are now valid
This is 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)