From 814f534d1180eca991393b0164b54a58ca34b82a Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 5 Jun 2008 14:41:41 +0000 Subject: * gc.c (rb_objspace_alloc): this function is needed only when ENABLE_VM_OBJSPACE macro is defined. * vm.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8efc5a307..112699e24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 5 23:40:08 2008 Yusuke Endoh + + * gc.c (rb_objspace_alloc): this function is needed only when + ENABLE_VM_OBJSPACE macro is defined. + + * vm.c: ditto. + Thu Jun 5 23:31:21 2008 Yusuke Endoh * test/stringio/test_stringio.rb: add tests to achieve over 95% test -- cgit