[前][次][番号順一覧][スレッド一覧]

ruby-changes:69160

From: Noah <ko1@a...>
Date: Thu, 21 Oct 2021 08:21:03 +0900 (JST)
Subject: [ruby-changes:69160] da305dd23e (master): Match the main-branch location of yjit in inits.c

https://git.ruby-lang.org/ruby.git/commit/?id=da305dd23e

From da305dd23e68d1b30be5f7e21c798ee3519f23c1 Mon Sep 17 00:00:00 2001
From: Noah Gibbs <noah.gibbs@s...>
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(-)

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) https://github.com/ruby/ruby/blob/trunk/inits.c#L97
     BUILTIN(array);
     BUILTIN(kernel);
     BUILTIN(timev);
+    BUILTIN(yjit);
     BUILTIN(nilclass);
     BUILTIN(marshal);
-    BUILTIN(yjit);
     Init_builtin_prelude();
 }
 #undef CALL
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]