diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-03-24 20:13:55 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-24 20:13:55 +0900 |
commit | 1f08b0d18d9d1178cef1eac91f6ea97cb6b437eb (patch) | |
tree | b50dc8fe9350c2088164c5581d39f9d4d83f7cd5 /include/ruby | |
parent | 2dcbc6ef966c3bed89a57208812f9b5f6c8fd5de (diff) |
Removed dln_a_out
a.out format is considered extinct nowadays.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4317
Merged-By: nobu <[email protected]>
Diffstat (limited to 'include/ruby')
-rw-r--r-- | include/ruby/ruby.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index c68168d500..ce5f6c652d 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -100,11 +100,6 @@ VALUE rb_require(const char*); #include "ruby/intern.h" -#if defined(EXTLIB) && defined(USE_DLN_A_OUT) -/* hook for external modules */ -static char *dln_libs_to_be_linked[] = { EXTLIB, 0 }; -#endif - #define RUBY_VM 1 /* YARV */ #define HAVE_NATIVETHREAD int ruby_native_thread_p(void); |