mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Match the main-branch location of yjit in inits.c
This commit is contained in:
parent
40608d0b7b
commit
da305dd23e
1 changed files with 1 additions and 1 deletions
2
inits.c
2
inits.c
|
@ -97,9 +97,9 @@ rb_call_builtin_inits(void)
|
|||
BUILTIN(array);
|
||||
BUILTIN(kernel);
|
||||
BUILTIN(timev);
|
||||
BUILTIN(yjit);
|
||||
BUILTIN(nilclass);
|
||||
BUILTIN(marshal);
|
||||
BUILTIN(yjit);
|
||||
Init_builtin_prelude();
|
||||
}
|
||||
#undef CALL
|
||||
|
|
Loading…
Add table
Reference in a new issue