Commit 08911d1c authored by Cremno's avatar Cremno

parse.y: fixed bison 3.0 warning

YACC  src/parse.y -> build/host/src/y.tab.c
src/parse.y:936.1-12: warning: deprecated directive, use ‘%pure-parser’
[-Wdeprecated]
%pure_parser
parent 30f86069
......@@ -933,7 +933,7 @@ heredoc_end(parser_state *p)
%}
%pure_parser
%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