* vm_insnhelper.c (INLINE): cosmetic change.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2016-04-24 09:42:40 +00:00
Родитель 322ec84772
Коммит 5f9cf734f5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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