mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Share freeze option handling
This commit is contained in:
parent
e724857f42
commit
47a9b58b2a
3 changed files with 11 additions and 24 deletions
|
@ -42,6 +42,7 @@ void rb_obj_copy_ivar(VALUE dest, VALUE obj);
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue