jscript: Replace '%pure-parser' with '%define api.pure'.
Signed-off-by: Isira Seneviratne <isirasen96@gmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b9b834b6ba
commit
e0e57b140a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue