mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Stop exporting symbols for MJIT
This commit is contained in:
parent
31f4b2d86b
commit
233ddfac54
Notes:
git
2023-03-07 05:59:44 +00:00
49 changed files with 116 additions and 193 deletions
|
@ -27,7 +27,6 @@ RUBY_SYMBOL_EXPORT_BEGIN
|
|||
int rb_opts_exception_p(VALUE opts, int default_value);
|
||||
RUBY_SYMBOL_EXPORT_END
|
||||
|
||||
MJIT_SYMBOL_EXPORT_BEGIN
|
||||
CONSTFUNC(VALUE rb_obj_equal(VALUE obj1, VALUE obj2));
|
||||
CONSTFUNC(VALUE rb_obj_not(VALUE obj));
|
||||
VALUE rb_obj_not_equal(VALUE obj1, VALUE obj2);
|
||||
|
@ -36,7 +35,6 @@ VALUE rb_false(VALUE obj);
|
|||
VALUE rb_convert_type_with_id(VALUE v, int t, const char* nam, ID mid);
|
||||
VALUE rb_obj_size(VALUE self, VALUE args, VALUE obj);
|
||||
VALUE rb_get_freeze_opt(int argc, VALUE *argv);
|
||||
MJIT_SYMBOL_EXPORT_END
|
||||
|
||||
static inline void
|
||||
RBASIC_SET_CLASS_RAW(VALUE obj, VALUE klass)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue