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

ruby-changes:63698

From: Takashi <ko1@a...>
Date: Mon, 23 Nov 2020 13:28:59 +0900 (JST)
Subject: [ruby-changes:63698] 01f38693aa (master): Remove obsoleted internal/mjit.h inclusion

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

From 01f38693aa50bce2ce27337bdf5991d08cb41eb4 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sun, 22 Nov 2020 20:28:08 -0800
Subject: Remove obsoleted internal/mjit.h inclusion

:bow:

diff --git a/cont.c b/cont.c
index 9b2ad58..efa734d 100644
--- a/cont.c
+++ b/cont.c
@@ -22,7 +22,6 @@ https://github.com/ruby/ruby/blob/trunk/cont.c#L22
 #include "gc.h"
 #include "internal.h"
 #include "internal/cont.h"
-#include "internal/mjit.h"
 #include "internal/proc.h"
 #include "internal/warnings.h"
 #include "internal/scheduler.h"
diff --git a/eval.c b/eval.c
index be13376..55ac8b4 100644
--- a/eval.c
+++ b/eval.c
@@ -26,7 +26,6 @@ https://github.com/ruby/ruby/blob/trunk/eval.c#L26
 #include "internal/hash.h"
 #include "internal/inits.h"
 #include "internal/io.h"
-#include "internal/mjit.h"
 #include "internal/object.h"
 #include "internal/thread.h"
 #include "internal/variable.h"
diff --git a/mjit.c b/mjit.c
index 0f596e1..e06ac08 100644
--- a/mjit.c
+++ b/mjit.c
@@ -22,7 +22,6 @@ https://github.com/ruby/ruby/blob/trunk/mjit.c#L22
 #include "internal/cont.h"
 #include "internal/file.h"
 #include "internal/hash.h"
-#include "internal/mjit.h"
 #include "internal/warnings.h"
 
 #include "mjit_worker.c"
diff --git a/process.c b/process.c
index bcb85ef..612d319 100644
--- a/process.c
+++ b/process.c
@@ -103,12 +103,12 @@ int initgroups(const char *, rb_gid_t); https://github.com/ruby/ruby/blob/trunk/process.c#L103
 #include "internal/error.h"
 #include "internal/eval.h"
 #include "internal/hash.h"
-#include "internal/mjit.h"
 #include "internal/object.h"
 #include "internal/process.h"
 #include "internal/thread.h"
 #include "internal/variable.h"
 #include "internal/warnings.h"
+#include "mjit.h"
 #include "ruby/io.h"
 #include "ruby/st.h"
 #include "ruby/thread.h"
diff --git a/vm.c b/vm.c
index 040f0a9..e105a41 100644
--- a/vm.c
+++ b/vm.c
@@ -18,7 +18,6 @@ https://github.com/ruby/ruby/blob/trunk/vm.c#L18
 #include "internal/error.h"
 #include "internal/eval.h"
 #include "internal/inits.h"
-#include "internal/mjit.h"
 #include "internal/object.h"
 #include "internal/parse.h"
 #include "internal/proc.h"
-- 
cgit v0.10.2


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

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