mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
yacc.c: yyerror_range does not need to be preserved accross calls
* data/skeletons/yacc.c (b4_parse_state_variable_macros): Don't define yyerror_range. (yyparse): Add yyerror_range as local variable.
This commit is contained in:
3
TODO
3
TODO
@@ -95,9 +95,6 @@ See also the item "$undefined" below.
|
||||
Consider deprecating impure push parsers. They add a lot of complexity, for
|
||||
a bad feature.
|
||||
|
||||
It's not clear to me that yyerror_range really needs to be in pstate,
|
||||
instead of just being a local variable.
|
||||
|
||||
* Bison 3.7
|
||||
** Unit rules / Injection rules (Akim Demaille)
|
||||
Maybe we could expand unit rules (or "injections", see
|
||||
|
||||
Reference in New Issue
Block a user