Commit e0e57b14 authored by Isira Seneviratne's avatar Isira Seneviratne Committed by Alexandre Julliard

jscript: Replace '%pure-parser' with '%define api.pure'.

parent b9b834b6
......@@ -30,7 +30,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(jscript);
%lex-param { parser_ctx_t *ctx }
%parse-param { parser_ctx_t *ctx }
%pure-parser
%define api.pure
%start CCExpr
%union {
......
......@@ -141,7 +141,7 @@ static source_elements_t *source_elements_add_statement(source_elements_t*,state
%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