wbemprox: Use %define api.pure instead of %pure-parser.
The latter is deprecated and causes warnings. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
003a5f7c98
commit
7026b59b48
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue