From b5b827310a6c322dd5ec4019580a8ff5ba238370 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 29 Sep 2007 00:13:58 +0000 Subject: * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE. access flags directly intead of FL_TEST. they are enough because cl argument is a class. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b1719464c..24363fe6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Sep 29 09:12:02 2007 Tanaka Akira + + * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE. + access flags directly intead of FL_TEST. + they are enough because cl argument is a class. + Sat Sep 29 08:57:15 2007 Nobuyoshi Nakada * include/ruby/win32.h (strcasecmp): needed for type_strcasehash. -- cgit