From de58de3da7200531735ea7acd9c424d4cf15dded Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 30 Dec 2008 08:05:06 +0000 Subject: * ext/dl/test/test_import.rb: fix a prototype decl. pointed out by Takehiro Kubo [ruby-core:20971]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7485975bc..a9cecad13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 30 17:03:51 2008 Koichi Sasada + + * ext/dl/test/test_import.rb: fix a prototype decl. + pointed out by Takehiro Kubo [ruby-core:20971]. + Tue Dec 30 16:56:09 2008 Koichi Sasada * thread.c (rb_thread_blocking_region): add a comment. -- cgit