diff options
author | Samuel Williams <[email protected]> | 2021-07-13 18:46:32 +1200 |
---|---|---|
committer | Samuel Williams <[email protected]> | 2021-07-13 19:28:40 +1200 |
commit | 9df712a0e2013018bf44be71404ffc17dce21744 (patch) | |
tree | f6f1a4faa676afff47b99e8f6f6cccd4edac36dd /internal/cont.h | |
parent | 84fea8ee39249ff9e7a03c407e5d16ad93074f3e (diff) |
Expose `rb_obj_is_fiber`.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4646
Diffstat (limited to 'internal/cont.h')
-rw-r--r-- | internal/cont.h | 1 |
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); |