vbscript: 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 003a5f7c98)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Alexandre Julliard 2019-11-25 14:37:47 +01:00 committed by Michael Stefaniuc
parent 0cc00dfb4e
commit 6d2df2328f
1 changed files with 1 additions and 1 deletions

View File

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