summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-08 08:38:38 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-08 08:38:38 +0000
commitbd7d6742f90a977493960565ae5da26d60fb894b (patch)
treed6d9b83dce4e56b3523520a02a0e726e45540b1b /eval.c
parentdce64c404c9497c8e02145eaac6168849e62e1a4 (diff)
* merge -c 11972
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 6eab561c2b..991792c875 100644
--- a/eval.c
+++ b/eval.c
@@ -5485,7 +5485,7 @@ rb_with_disable_interrupt(proc, data)
return result;
}
-static inline void
+static void
stack_check()
{
static int overflowing = 0;