From cf31e1d8951b1165975c2706137f35f302cab3de Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 27 Oct 2004 09:50:03 +0000 Subject: * gc.c: prototype; rb_io_fptr_finalize() doesn't return any value at this version. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dbf8b1b49..dd841750a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 27 18:49:11 2004 NAKAMURA Usaku + + * gc.c: prototype; rb_io_fptr_finalize() doesn't return any value + at this version. + Wed Oct 27 17:27:45 2004 Yukihiro Matsumoto * gc.c (gc_sweep): recover ruby_in_compile variable. -- cgit