mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
YYLEX_PARAM: drop support
* data/yacc.c, doc/bison.texi: Remove YYLEX_PARAM support. * NEWS: Document it.
This commit is contained in:
11
NEWS
11
NEWS
@@ -6,10 +6,13 @@ GNU Bison NEWS
|
||||
|
||||
*** Obsolete features
|
||||
|
||||
Support for YYFAIL is removed (deprecated in Bison 2.4.2).
|
||||
Support for yystype and yyltype (instead of YYSTYPE and YYLTYPE)
|
||||
is removed (deprecated in Bison 1.875).
|
||||
Support for YYPARSE_PARAM is removed (deprecated in Bison 1.875).
|
||||
Support for YYFAIL is removed (deprecated in Bison 2.4.2): use YYERROR.
|
||||
|
||||
Support for yystype and yyltype is removed (deprecated in Bison 1.875):
|
||||
use YYSTYPE and YYLTYPE.
|
||||
|
||||
Support for YYLEX_PARAM and YYPARSE_PARAM is removed (deprecated in Bison
|
||||
1.875): use %lex-param, %parse-param, or %param.
|
||||
|
||||
** Warnings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user