summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorKoichi Sasada <[email protected]>2019-12-10 16:19:13 +0900
committerKoichi Sasada <[email protected]>2019-12-11 11:24:42 +0900
commit2c5c60754cafe9895b7a7421cd0552eaa2ae8b09 ()
tree9f2d074bb370d18483afa7372df3bacf71f07955 /internal.h
parent943f3e5fd463bf2a4a3a4e92b5134e238b9c931d (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.h3
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);