From 23576240b32b43121d3cda918ffe427043501d68 Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 22 Jun 2004 06:30:41 +0000 Subject: Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly same manner. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 924b49997..696b62f98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 22 15:28:12 2004 Michal Rokos + + * compar.c: Remove explicit NIL_P() checks since rb_cmpint() does it + again in the exactly same manner. + Tue Jun 22 01:32:40 2004 GOTOU Yuuzou * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should create -- cgit