зеркало из https://github.com/github/ruby.git
* 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:
Родитель
322ec84772
Коммит
5f9cf734f5
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче