parse.y: revert some changes to be compiled by old `bison`.

parent 63a983c4
......@@ -1383,10 +1383,10 @@ heredoc_end(parser_state *p)
/* xxx ----------------------------- */
#define YYERROR_VERBOSE 1
%}
%define parse.error verbose
%define api.pure
%pure-parser
%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