From 0b5b776ce9829a54dc167ee4cfb18ff94879e74d Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 4 Sep 2008 17:58:53 +0000 Subject: * vm.c (thread_recycle_stack_slot, thread_recycle_stack_count): make it static. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 85a4344f8..64a20e3b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 5 02:56:37 2008 Koichi Sasada + + * vm.c (thread_recycle_stack_slot, thread_recycle_stack_count): + make it static. + Fri Sep 5 02:40:38 2008 Koichi Sasada * thread.c (rb_thread_critical): removed. -- cgit