From 461db352c22c0ffb5c0db295238f97f44168e6cc Mon Sep 17 00:00:00 2001 From: 0x005c <52650857+0x005c@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:40:08 +0900 Subject: Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL --- iseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index 2f40efc77b..a294f08527 100644 --- a/iseq.c +++ b/iseq.c @@ -314,7 +314,7 @@ rb_iseq_mark(const rb_iseq_t *iseq) rb_gc_mark_movable(body->location.label); rb_gc_mark_movable(body->location.base_label); rb_gc_mark_movable(body->location.pathobj); - RUBY_MARK_NO_PIN_UNLESS_NULL((VALUE)body->parent_iseq); + RUBY_MARK_MOVABLE_UNLESS_NULL((VALUE)body->parent_iseq); if (body->param.flags.has_kw && ISEQ_COMPILE_DATA(iseq) == NULL) { const struct rb_iseq_param_keyword *const keyword = body->param.keyword; -- cgit v1.2.3