From ea3f34c77fe8cd4003ff083194de28b9dff0dbaa Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 17 Jan 2009 02:11:38 +0000 Subject: * cont.c (cont_restore_0): padding size doesn't need to be large if alloca is used. suppress warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 12312032a..bd1c51664 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 17 11:12:37 2009 Nobuyoshi Nakada + + * cont.c (cont_restore_0): padding size doesn't need to be large + if alloca is used. suppress warnings. + Sat Jan 17 11:12:21 2009 Nobuyoshi Nakada * vm_dump.c (vm_stack_dump_each): initialized at declarations. -- cgit