summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2021-07-13 18:46:32 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2021-07-13 19:28:40 +1200
commit9df712a0e2013018bf44be71404ffc17dce21744 (patch)
treef6f1a4faa676afff47b99e8f6f6cccd4edac36dd /internal
parent84fea8ee39249ff9e7a03c407e5d16ad93074f3e (diff)
Expose `rb_obj_is_fiber`.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4646
Diffstat (limited to 'internal')
-rw-r--r--internal/cont.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/cont.h b/internal/cont.h
index 9e49dd3c8e..8be1950e98 100644
--- a/internal/cont.h
+++ b/internal/cont.h
@@ -15,7 +15,6 @@ struct rb_thread_struct; /* in vm_core.h */
struct rb_fiber_struct; /* in cont.c */
/* cont.c */
-VALUE rb_obj_is_fiber(VALUE);
void rb_fiber_reset_root_local_storage(struct rb_thread_struct *);
void ruby_register_rollback_func_for_ensure(VALUE (*ensure_func)(VALUE), VALUE (*rollback_func)(VALUE));
void rb_fiber_init_mjit_cont(struct rb_fiber_struct *fiber);