mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Revert "Change obsolete %pure-parser to %define api.pure."
This reverts commit 682a31f92b.
Unfortunately, I couldn't run newer `bison` on TravisCI. Maybe next
time.
This commit is contained in:
@@ -1330,7 +1330,7 @@ heredoc_end(parser_state *p)
|
||||
|
||||
%}
|
||||
|
||||
%define api.pure
|
||||
%pure-parser
|
||||
%parse-param {parser_state *p}
|
||||
%lex-param {parser_state *p}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user