wbemprox: Use %define api.pure instead of %pure-parser.

The latter is deprecated and causes warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 7026b59b48)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Alexandre Julliard 2019-11-25 14:37:54 +01:00 committed by Michael Stefaniuc
parent 6d2df2328f
commit 39d3c93162
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ static int wql_lex( void *val, struct parser *parser );
%lex-param { struct parser *ctx }
%parse-param { struct parser *ctx }
%define parse.error verbose
%pure-parser
%define api.pure
%union
{