vbscript: Use %define api.pure instead of %pure-parser.
The latter is deprecated and causes warnings. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
096eda01cc
commit
003a5f7c98
|
@ -85,7 +85,7 @@ static statement_t *link_statements(statement_t*,statement_t*);
|
||||||
|
|
||||||
%lex-param { parser_ctx_t *ctx }
|
%lex-param { parser_ctx_t *ctx }
|
||||||
%parse-param { parser_ctx_t *ctx }
|
%parse-param { parser_ctx_t *ctx }
|
||||||
%pure-parser
|
%define api.pure
|
||||||
%start Program
|
%start Program
|
||||||
|
|
||||||
%union {
|
%union {
|
||||||
|
|
Loading…
Reference in New Issue