From 73d7d09aeec2a2c8cd456a8c70c62bf6fd53c2c9 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 24 Apr 2016 03:38:03 +0000 Subject: [PATCH] Disable r54738 if clang git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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