Update `%pure-parser` to `%define api.pure` for newer `bison`; fix #4706

parent 76f1aa7d
......@@ -1280,7 +1280,7 @@ heredoc_end(parser_state *p)
%}
%pure-parser
%define api.pure
%parse-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