mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
NEWS: fixes
This commit is contained in:
5
NEWS
5
NEWS
@@ -77,9 +77,8 @@ GNU Bison NEWS
|
|||||||
api.prefix {xx}' since Bison 3.0, but no warning was issued. These
|
api.prefix {xx}' since Bison 3.0, but no warning was issued. These
|
||||||
directives are slightly different, you might need to adjust your code.
|
directives are slightly different, you might need to adjust your code.
|
||||||
%name-prefix renames only symbols with external linkage, while api.prefix
|
%name-prefix renames only symbols with external linkage, while api.prefix
|
||||||
also renames types and macros, including @code{YYDEBUG},
|
also renames types and macros, including YYDEBUG, YYTOKENTYPE,
|
||||||
@code{YYTOKENTYPE}, @code{yytokentype}, @code{YYSTYPE}, @code{YYLTYPE},
|
yytokentype, YYSTYPE, YYLTYPE, etc.
|
||||||
etc.
|
|
||||||
|
|
||||||
Users of Flex that move from '%name-prefix "xx"' to '%define api.prefix
|
Users of Flex that move from '%name-prefix "xx"' to '%define api.prefix
|
||||||
{xx}' will typically have to update YY_DECL from
|
{xx}' will typically have to update YY_DECL from
|
||||||
|
|||||||
@@ -507,7 +507,7 @@ m4_define([b4_public_types_define],
|
|||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
# b4_tolen_constructor_define
|
# b4_token_constructor_define
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
# Define symbol constructors for all the value types.
|
# Define symbol constructors for all the value types.
|
||||||
# Use at class-level. Redefined in variant.hh.
|
# Use at class-level. Redefined in variant.hh.
|
||||||
|
|||||||
Reference in New Issue
Block a user