summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
-rw-r--r--gc.c3
1 files changed, 3 insertions, 0 deletions
@@ -1965,6 +1965,8 @@ rb_gc_obj_free_vm_weak_references(VALUE obj)
*
* On multi-ractor mode, if the object is not shareable, it raises
* RangeError.
*/
static VALUE
@@ -2012,6 +2014,7 @@ id2ref(VALUE objid)
static VALUE
os_id2ref(VALUE os, VALUE objid)
{
return id2ref(objid);
}