Use %pure-parser instead of the deprecated %pure_parser.

This commit is contained in:
Marko Mäkelä 2017-03-09 11:27:24 +02:00
commit 8805fe0d5c

View file

@ -959,7 +959,7 @@ static bool sp_create_assignment_instr(THD *thd, bool no_lookahead)
bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
%}
%pure_parser /* We have threads */
%pure-parser /* We have threads */
%parse-param { THD *thd }
%lex-param { THD *thd }
/*