From ecc67046c9d4d7e97441d5b25be1cce7b4f8adba Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 3 Mar 2007 12:41:36 +0000 Subject: * eval.c (stack_check): Unset inline to fix build with GCC 3.4.6; submitted by: NISHIMATSU Takeshi in [ruby-list:43218]. cf. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24556 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@11972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 64a43c5b5..a5b4e84b4 100644 --- a/eval.c +++ b/eval.c @@ -5482,7 +5482,7 @@ rb_with_disable_interrupt(proc, data) return result; } -static inline void +static void stack_check() { static int overflowing = 0; -- cgit