Commit d977c55b authored by Alexandre Julliard's avatar Alexandre Julliard

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

The latter is deprecated and causes warnings. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 86319607
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment