aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ruby.h b/ruby.h
index e321099504..71f769eb1b 100644
--- a/ruby.h
+++ b/ruby.h
@@ -19,6 +19,11 @@ extern "C" {
#endif
#include "config.h"
+
+#ifndef NOINLINE
+# define NOINLINE(x) x
+#endif
+
#include "defines.h"
#ifdef HAVE_STDLIB_H
@@ -59,9 +64,6 @@ extern "C" {
#ifndef DEPRECATED
# define DEPRECATED(x) x
#endif
-#ifndef NOINLINE
-# define NOINLINE(x) x
-#endif
#if defined(HAVE_ALLOCA_H)
#include <alloca.h>