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:
Alexandre Julliard 2019-11-25 14:37:05 +01:00
parent 8631960745
commit d977c55bb4
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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
{