From cb332b1c1be6b3c90be32d620da46010d1b2cd5d Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 14 Sep 2009 01:44:48 +0000 Subject: * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE for special constants. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f988ad517..84a527617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 14 10:44:47 2009 Nobuyoshi Nakada + + * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE for + special constants. + Mon Sep 14 10:08:19 2009 NARUSE, Yui * string.c (rb_str_inspect): use rb_enc_mbc_to_codepoint -- cgit