diff options
author | Noah Gibbs <[email protected]> | 2021-10-18 14:06:03 +0100 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:43 -0400 |
commit | da305dd23e68d1b30be5f7e21c798ee3519f23c1 (patch) | |
tree | a3f73f357ddee78b3e6b62c28600a34c1647c008 /inits.c | |
parent | 40608d0b7bd20c20595f7f2f04d35bb2190cc031 (diff) |
Match the main-branch location of yjit in inits.c
Diffstat (limited to 'inits.c')
-rw-r--r-- | inits.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |