[WINESYNC] msi: Use %define api.pure instead of %pure-parser.

The latter is deprecated and causes warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id d977c55bb4b9c564f376c22b43c60c9be7dc782d by Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
winesync 2022-03-13 19:05:04 +01:00 committed by Mark Jansen
parent 796c6b07d2
commit ad8c894b8f
No known key found for this signature in database
GPG Key ID: B39240EE84BEAE8B
2 changed files with 2 additions and 2 deletions

View File

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