From: Theophile Ranquet Date: Mon, 14 Jan 2013 10:02:12 +0000 (+0100) Subject: news: typos X-Git-Tag: v2.7.90~174 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8b4499ad042d7ca58aac4c0d6eed1e250f8546d0 news: typos * NEWS: Fix a typo, use YYSTYPE rather than semantic_type. --- diff --git a/NEWS b/NEWS index 461959e0..d10d0f7b 100644 --- a/NEWS +++ b/NEWS @@ -211,9 +211,9 @@ GNU Bison NEWS the user epilogue, so functions such as the following were butchered by the preprocessor expansion: - int yylex (yy::parser::semantic_type *yylval); + int yylex (YYSTYPE *yylval); - This is has been fixed: yylval, ynerrs, yychar, and yylloc are now valid + This is has been fixed: yylval, yynerrs, yychar, and yylloc are now valid identifiers for user-provided variables. ** Renamed %define variables