From 1deb91e561aae5794a9f21f746f34639331df6f5 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 10 Jun 2008 06:15:10 +0000 Subject: * rational.c (nurat_s_convert): need not to initialize optional argument for rb_scan_args(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc78575cd..90290c076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 10 13:48:38 2008 Yukihiro Matsumoto + + * rational.c (nurat_s_convert): need not to initialize optional + argument for rb_scan_args(). + Tue Jun 10 12:58:07 2008 Nobuyoshi Nakada * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings. -- cgit