1
0
Fork 0
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:
Noah Gibbs 2021-10-18 14:06:03 +01:00 committed by Alan Wu
parent 40608d0b7b
commit da305dd23e

View file

@ -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