mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update %pure-parser to %define api.pure for newer bison; fix #4706
This commit is contained in:
@@ -1280,7 +1280,7 @@ heredoc_end(parser_state *p)
|
||||
|
||||
%}
|
||||
|
||||
%pure-parser
|
||||
%define api.pure
|
||||
%parse-param {parser_state *p}
|
||||
%lex-param {parser_state *p}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user