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

The `bison` on MacOS does not support `%define api.pure`.
This reverts commit f7c9f1f796.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-09-14 10:28:07 +09:00
parent f7c9f1f796
commit 6620b1cdcb
+1 -1
View File
@@ -1280,7 +1280,7 @@ heredoc_end(parser_state *p)
%}
%define api.pure
%pure-parser
%parse-param {parser_state *p}
%lex-param {parser_state *p}