From e4b00456cb7fd6ec7b7c6ad5f6000c9a17b56770 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 24 Oct 2008 16:30:09 +0000 Subject: * ext/mathn/rational/rational.c: undef duplicated macro definition first to shut up the warning. * ext/mathn/rational/rational.c (rb_rational_new_mathn): specify omitted return value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a8e4a925..2a92695a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Oct 25 01:29:34 2008 Yukihiro Matsumoto + + * ext/mathn/rational/rational.c: undef duplicated macro definition + first to shut up the warning. + + * ext/mathn/rational/rational.c (rb_rational_new_mathn): specify + omitted return value. + Sat Oct 25 00:14:41 2008 Nobuyoshi Nakada * array.c (rb_ary_sample): fixed sizes and randomness. -- cgit