From 2c5c60754cafe9895b7a7421cd0552eaa2ae8b09 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Tue, 10 Dec 2019 16:19:13 +0900 Subject: use compiled binary for gem_prelude.rb. `gem_prelude.rb` is not compiled yet. This patch compile it to compiled binary. --- internal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 77101d0195..374db5c0a4 100644 --- a/internal.h +++ b/internal.h @@ -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); -- cgit v1.2.3