aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-24 09:42:40 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-24 09:42:40 +0000
commitda1597b1ab7a0a9647a60d45dcbc880f9b0b5194 (patch)
tree665e1cc80717ef1815021a180d347fc605c8b7ca /vm_insnhelper.c
parentd774d08a658926f82d6a7a90f0ea2aeffe331524 (diff)
downloadruby-da1597b1ab7a0a9647a60d45dcbc880f9b0b5194.tar.gz
* vm_insnhelper.c (INLINE): cosmetic change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54746 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 eef87df9e6..9359e2726c 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -19,7 +19,7 @@
/* control stack frame */
#undef INLINE
-#if defined __GNUC__ && !defined(__NO_INLINE__) && !defined __clang__
+#if defined __GNUC__ && !defined __NO_INLINE__ && !defined __clang__
#define INLINE inline
#else
#define INLINE static inline