diff options
author | Koichi Sasada <[email protected]> | 2019-12-10 16:19:13 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2019-12-11 11:24:42 +0900 |
commit | 2c5c60754cafe9895b7a7421cd0552eaa2ae8b09 () | |
tree | 9f2d074bb370d18483afa7372df3bacf71f07955 /internal.h | |
parent | 943f3e5fd463bf2a4a3a4e92b5134e238b9c931d (diff) |
use compiled binary for gem_prelude.rb.
`gem_prelude.rb` is not compiled yet. This compile it to compiled binary.
Notes: Merged: https://.com/ruby/ruby/pull/2735
-rw-r--r-- | internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2395,9 +2395,6 @@ RUBY_FUNC_NONNULL(1, bool rb_method_basic_definition_p_with_cc(struct rb_call_da }) #endif -/* miniprelude.c, prelude.c */ -void Init_prelude(void); - /* vm_backtrace.c */ void Init_vm_backtrace(void); VALUE rb_vm_thread_backtrace(int argc, const VALUE *argv, VALUE thval); |