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

The latter is deprecated and causes warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit d977c55bb4)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Alexandre Julliard 2019-11-25 14:37:05 +01:00 committed by Michael Stefaniuc
parent 55d1a591ef
commit 3b50c56fd3
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,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

@ -62,7 +62,7 @@ static struct expr * EXPR_wildcard( void *info );
%lex-param { SQL_input *info }
%parse-param { SQL_input *info }
%pure-parser
%define api.pure
%union
{