diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ruby/defines.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h index 610fbf4417..89e549ec19 100644 --- a/include/ruby/defines.h +++ b/include/ruby/defines.h @@ -45,6 +45,9 @@ extern "C" { #ifndef NOINLINE # define NOINLINE(x) x #endif +#ifndef ALWAYS_INLINE +# define ALWAYS_INLINE(x) x +#endif #ifndef ERRORFUNC # define HAVE_ATTRIBUTE_ERRORFUNC 0 # define ERRORFUNC(mesg, x) x |