From: Akim Demaille Date: Sat, 23 Feb 2013 13:37:27 +0000 (+0100) Subject: news: typo X-Git-Tag: v2.7.90~69 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6c7022f7d35ef6e35d52b2ff8e7ab674800f70c1?ds=sidebyside news: typo * NEWS: here. --- diff --git a/NEWS b/NEWS index 5046a9b4..a48ef713 100644 --- a/NEWS +++ b/NEWS @@ -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)