1
0
Fork 0
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:
Aaron Patterson 2020-07-28 12:56:36 -07:00 committed by Aaron Patterson
parent b933b43b67
commit 7533519990
No known key found for this signature in database
GPG key ID: 953170BCB4FFAFC6

1
node.c
View file

@ -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: