mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NODE_MATCH needs reference updating
This commit is contained in:
parent
b933b43b67
commit
7533519990
1 changed files with 1 additions and 0 deletions
1
node.c
1
node.c
|
@ -1349,6 +1349,7 @@ update_ast_value(void *ctx, NODE * node)
|
|||
args->imemo = rb_gc_location(args->imemo);
|
||||
break;
|
||||
}
|
||||
case NODE_MATCH:
|
||||
case NODE_LIT:
|
||||
case NODE_STR:
|
||||
case NODE_XSTR:
|
||||
|
|
Loading…
Reference in a new issue