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

ruby-changes:59668

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Jan 2020 21:17:40 +0900 (JST)
Subject: [ruby-changes:59668] 135b533e84 (master): add missing #include

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

From 135b533e84ea04d0a494422efba635e5c9f2bfb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?=
 <shyouhei@r...>
Date: Fri, 10 Jan 2020 20:29:24 +0900
Subject: add missing #include


diff --git a/internal/compilers.h b/internal/compilers.h
index 68e2d33..bdaaa20 100644
--- a/internal/compilers.h
+++ b/internal/compilers.h
@@ -210,6 +210,7 @@ __extension__({ \ https://github.com/ruby/ruby/blob/trunk/internal/compilers.h#L210
         RB_BUILTIN_TYPE(arg_obj); \
     })
 #else
+# include "ruby/ruby.h"
 static inline int
 rb_obj_builtin_type(VALUE obj)
 {
-- 
cgit v0.10.2


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

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