From aa87e280eafa5d118028577978af5780dd61da69 Mon Sep 17 00:00:00 2001 From: takano32 Date: Wed, 14 Jan 2009 05:43:49 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ cont.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8bbdea07c3..88ea40e89f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 14 14:42:30 2009 TAKANO Mitsuhiro (takano32) + + * cont.c: fix prototype declare of register_stack_extend + Wed Jan 14 13:19:21 2009 Nobuyoshi Nakada * win32/win32.c (rb_w32_aspawn): should not escape with carret 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) {