mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Expect no conflict in the parser
This commit is contained in:
parent
79931dddba
commit
e9bb30d47e
1 changed files with 1 additions and 0 deletions
1
parse.y
1
parse.y
|
@ -908,6 +908,7 @@ static void token_info_pop(struct parser_params*, const char *token, const rb_co
|
|||
static void token_info_warn(struct parser_params *p, const char *token, token_info *ptinfo_beg, int same, const rb_code_location_t *loc);
|
||||
%}
|
||||
|
||||
%expect 0
|
||||
%pure-parser
|
||||
%lex-param {struct parser_params *p}
|
||||
%parse-param {struct parser_params *p}
|
||||
|
|
Loading…
Reference in a new issue