diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-08-12 17:44:30 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-08-13 09:47:08 +0900 |
commit | 0c2d81dada88b5a3946c3162187df4223bfe6b4f () | |
tree | ae1fc5e5aef4fcbd0a422c476ba026249fc646e3 /internal.h | |
parent | aac4d9d6c7e6b6b0742f3941b574f6006ccb5672 (diff) |
Renamed ruby_finalize_{0,1}
And pass rb_execution_context_t as an argument.
-rw-r--r-- | internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2204,7 +2204,6 @@ struct timeval rb_time_timeval(VALUE); VALUE rb_obj_is_mutex(VALUE obj); VALUE rb_suppress_tracing(VALUE (*func)(VALUE), VALUE arg); void rb_thread_execute_interrupts(VALUE th); -void rb_clear_trace_func(void); VALUE rb_get_coverages(void); int rb_get_coverage_mode(void); VALUE rb_default_coverage(int); |