diff options
Diffstat (limited to 'gc.h')
-rw-r--r-- | gc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -100,7 +100,6 @@ int ruby_get_stack_grow_direction(volatile VALUE *addr); const char *rb_obj_info(VALUE obj); const char *rb_raw_obj_info(char *buff, const int buff_size, VALUE obj); -void rb_obj_info_dump(VALUE obj); VALUE rb_gc_disable_no_rest(void); |