mirror of
https://github.com/reactos/reactos.git
synced 2024-12-04 08:53:32 +08:00
[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:
parent
796c6b07d2
commit
ad8c894b8f
@ -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
|
||||
{
|
||||
|
@ -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
Block a user