From 7215b7236362aef075fb7c7bc957cfc1f767cce3 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 2 Jul 2005 08:11:24 +0000 Subject: * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64. (flush_register_windows): declare flush_register_windows. * eval.c (flush_register_windows): new function. * ruby.h (NOINLINE): move up to be effective in defines.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ruby.h') 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 -- cgit v1.2.3