mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Make autoloading_const_entry static
This commit is contained in:
parent
c5c3486340
commit
aa2f505825
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue