msi: 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
8631960745
commit
d977c55bb4
|
@ -114,7 +114,7 @@ static void value_free( struct value val )
|
|||
|
||||
%lex-param { COND_input *info }
|
||||
%parse-param { COND_input *info }
|
||||
%pure-parser
|
||||
%define api.pure
|
||||
|
||||
%union
|
||||
{
|
||||
|
|
|
@ -58,7 +58,7 @@ static struct expr * EXPR_wildcard( void *info );
|
|||
|
||||
%lex-param { SQL_input *info }
|
||||
%parse-param { SQL_input *info }
|
||||
%pure-parser
|
||||
%define api.pure
|
||||
|
||||
%union
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue