aboutsummaryrefslogtreecommitdiffstats
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
commit5f9cf734f57684dd9aa5660b4e04650a7ead40e2 (patch)
tree665e1cc80717ef1815021a180d347fc605c8b7ca
parent322ec847726b4f596e3892e4a7192bd7a3a59dd2 (diff)
downloadruby-5f9cf734f57684dd9aa5660b4e04650a7ead40e2.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
-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