Make autoloading_const_entry static
This commit is contained in:
parent
c5c3486340
commit
aa2f505825
@ -2138,7 +2138,7 @@ check_autoload_required(VALUE mod, ID id, const char **loadingpath)
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct autoload_const *autoloading_const_entry(VALUE mod, ID id);
|
||||
static struct autoload_const *autoloading_const_entry(VALUE mod, ID id);
|
||||
|
||||
MJIT_FUNC_EXPORTED int
|
||||
rb_autoloading_value(VALUE mod, ID id, VALUE* value, rb_const_flag_t *flag)
|
||||
|
Loading…
x
Reference in New Issue
Block a user