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

ruby-changes:68767

From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:13:29 +0900 (JST)
Subject: [ruby-changes:68767] 15b088bd6e (master): ujit.h instead in the rest of Ruby

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

From 15b088bd6ed2c0b2116d5608fef6afc3b0b04940 Mon Sep 17 00:00:00 2001
From: Alan Wu <XrXr@u...>
Date: Wed, 17 Feb 2021 13:30:05 -0500
Subject: ujit.h instead in the rest of Ruby

ujit_iface.h is meant for uJIT internal use only.
---
 version.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.c b/version.c
index e416b84548..9c1aaff32d 100644
--- a/version.c
+++ b/version.c
@@ -13,7 +13,7 @@ https://github.com/ruby/ruby/blob/trunk/version.c#L13
 #include "version.h"
 #include "vm_core.h"
 #include "mjit.h"
-#include "ujit_iface.h"
+#include "ujit.h"
 #include <stdio.h>
 
 #ifndef EXIT_SUCCESS
-- 
cgit v1.2.1


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

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