NEWS: fixes

This commit is contained in:
Akim Demaille
2019-01-20 07:26:35 +01:00
parent 2f208ee43a
commit ac692b572a
2 changed files with 3 additions and 4 deletions

5
NEWS
View File

@@ -77,9 +77,8 @@ GNU Bison NEWS
api.prefix {xx}' since Bison 3.0, but no warning was issued. These
directives are slightly different, you might need to adjust your code.
%name-prefix renames only symbols with external linkage, while api.prefix
also renames types and macros, including @code{YYDEBUG},
@code{YYTOKENTYPE}, @code{yytokentype}, @code{YYSTYPE}, @code{YYLTYPE},
etc.
also renames types and macros, including YYDEBUG, YYTOKENTYPE,
yytokentype, YYSTYPE, YYLTYPE, etc.
Users of Flex that move from '%name-prefix "xx"' to '%define api.prefix
{xx}' will typically have to update YY_DECL from