Commit 003a5f7c authored by Alexandre Julliard's avatar Alexandre Julliard

vbscript: 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 096eda01
......@@ -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 {
......
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