diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-17 02:11:38 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-17 02:11:38 +0000 |
commit | ea3f34c77fe8cd4003ff083194de28b9dff0dbaa (patch) | |
tree | 60d9d1c5dce51f10c7772d623433c316b4e4c787 /ChangeLog | |
parent | ea268a46dc451161e4f97eb325276a180d2ff3e8 (diff) | |
download | ruby-ea3f34c77fe8cd4003ff083194de28b9dff0dbaa.tar.gz ruby-ea3f34c77fe8cd4003ff083194de28b9dff0dbaa.tar.xz ruby-ea3f34c77fe8cd4003ff083194de28b9dff0dbaa.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Jan 17 11:12:37 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * vm_dump.c (vm_stack_dump_each): initialized at declarations. |