aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-24 03:38:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-24 03:38:03 +0000
commita7865be42ec5490c82233507b42c7f5bec13066c (patch)
treea70d47bd741e1b714d652d6d922ae1d094dca5ad /vm_insnhelper.c
parentfa89130a71fb434a12705c64645fe0b166ed0de3 (diff)
downloadruby-a7865be42ec5490c82233507b42c7f5bec13066c.tar.gz
Disable r54738 if clang
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 4ca09580bc..6d9973eb04 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -19,7 +19,7 @@
/* control stack frame */
#undef INLINE
-#ifdef __OPTIMIZE__
+#if defined __GNUC__ && !defined __clang__
#define INLINE inline
#else
#define INLINE static inline