diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-05-12 00:03:19 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-05-12 00:13:52 +0900 |
commit | e9bb30d47e5f07774cfbc69f0c8824ec921f6cda (patch) | |
tree | d180dc1dddd97f1150e57cfea25dae7b8acb5a00 /parse.y | |
parent | 79931dddba67ad68886f65ba8562eb99507cee3a (diff) |
Expect no conflict in the parser
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |