Include new node types into %printer

This commit is contained in:
yui-knk 2023-12-27 10:57:35 +09:00 committed by Yuichiro Kaneko
parent 3d24254b55
commit 33345d2e9f

View File

@ -1925,7 +1925,8 @@ get_nd_args(struct parser_params *p, NODE *node)
}
#else
#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 {
#ifndef RIPPER
rb_parser_printf(p, "%"PRIsVALUE, rb_id2str($$));