summaryrefslogtreecommitdiff
path: root/transient_heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'transient_heap.h')
-rw-r--r--transient_heap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/transient_heap.h b/transient_heap.h
index ac0eaadb78..0d90e4fc56 100644
--- a/transient_heap.h
+++ b/transient_heap.h
@@ -34,5 +34,6 @@ int rb_transient_heap_managed_ptr_p(const void *ptr);
/* evacuate functions */
void rb_ary_transient_heap_evacuate(VALUE ary, int promote);
+void rb_obj_transient_heap_evacuate(VALUE ary, int promote);
#endif