From aa87e280eafa5d118028577978af5780dd61da69 Mon Sep 17 00:00:00 2001 From: takano32 Date: Wed, 14 Jan 2009 05:43:49 +0000 Subject: * cont.c: fix prototype declare of register_stack_extend git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index b4228a7ab6..0e80afd4f1 100644 --- a/cont.c +++ b/cont.c @@ -375,7 +375,7 @@ static volatile int C(p), C(q), C(r), C(s), C(t); {/* the above lines make cc-mode.el confused so much */} #endif int rb_dummy_false = 0; -NORETURN(NOINLINE(static void register_stack_extend(rb_context_t *, VALUE *))); +NORETURN(NOINLINE(static void register_stack_extend(rb_context_t *, VALUE *, VALUE *))); static void register_stack_extend(rb_context_t *cont, VALUE *vp, VALUE *curr_bsp) { -- cgit v1.2.3