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

The latter is deprecated and causes warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-11-25 14:37:54 +01:00
parent 003a5f7c98
commit 7026b59b48
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,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
{