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

The latter is deprecated and causes warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-11-25 14:37:47 +01:00
parent 096eda01cc
commit 003a5f7c98
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ static statement_t *link_statements(statement_t*,statement_t*);
%lex-param { parser_ctx_t *ctx }
%parse-param { parser_ctx_t *ctx }
%pure-parser
%define api.pure
%start Program
%union {