Revert "Change obsolete `%pure-parser` to `%define api.pure`."

This reverts commit 682a31f9.
Unfortunately, I couldn't run newer `bison` on TravisCI. Maybe next
time.
parent e79e9722
...@@ -1330,7 +1330,7 @@ heredoc_end(parser_state *p) ...@@ -1330,7 +1330,7 @@ heredoc_end(parser_state *p)
%} %}
%define api.pure %pure-parser
%parse-param {parser_state *p} %parse-param {parser_state *p}
%lex-param {parser_state *p} %lex-param {parser_state *p}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment