Include new node types into %printer
This commit is contained in:
parent
3d24254b55
commit
33345d2e9f
3
parse.y
3
parse.y
@ -1925,7 +1925,8 @@ get_nd_args(struct parser_params *p, NODE *node)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#endif
|
#endif
|
||||||
} <node> <node_fcall> <node_args> <node_args_aux> <node_opt_arg> <node_kw_arg> <node_block_pass>
|
} <node> <node_fcall> <node_args> <node_args_aux> <node_opt_arg>
|
||||||
|
<node_kw_arg> <node_block_pass> <node_masgn> <node_def_temp> <node_exits>
|
||||||
%printer {
|
%printer {
|
||||||
#ifndef RIPPER
|
#ifndef RIPPER
|
||||||
rb_parser_printf(p, "%"PRIsVALUE, rb_id2str($$));
|
rb_parser_printf(p, "%"PRIsVALUE, rb_id2str($$));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user