From da305dd23e68d1b30be5f7e21c798ee3519f23c1 Mon Sep 17 00:00:00 2001 From: Noah Gibbs Date: Mon, 18 Oct 2021 14:06:03 +0100 Subject: Match the main-branch location of yjit in inits.c --- inits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inits.c') diff --git a/inits.c b/inits.c index d048cdabbb..f702e306b0 100644 --- a/inits.c +++ b/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 -- cgit v1.2.1