mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Embed rb_args_info
in rb_node_args_t
This commit is contained in:
parent
fbd55120f3
commit
13c9cbe09e
6 changed files with 49 additions and 51 deletions
3
node.c
3
node.c
|
@ -173,8 +173,7 @@ static void
|
|||
free_ast_value(rb_ast_t *ast, void *ctx, NODE *node)
|
||||
{
|
||||
switch (nd_type(node)) {
|
||||
case NODE_ARGS:
|
||||
xfree(RNODE_ARGS(node)->nd_ainfo);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue