Commit 7026b59b authored by Alexandre Julliard's avatar Alexandre Julliard

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

The latter is deprecated and causes warnings. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 003a5f7c
...@@ -216,7 +216,7 @@ static int wql_lex( void *val, struct parser *parser ); ...@@ -216,7 +216,7 @@ static int wql_lex( void *val, struct parser *parser );
%lex-param { struct parser *ctx } %lex-param { struct parser *ctx }
%parse-param { struct parser *ctx } %parse-param { struct parser *ctx }
%define parse.error verbose %define parse.error verbose
%pure-parser %define api.pure
%union %union
{ {
......
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