diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-04 08:09:14 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-04 08:09:14 +0000 |
| commit | 6f7b3dccbd0429dcd86ef5d9b697acaa8249f064 (patch) | |
| tree | 039282445855b8cd45ea83fd2c3551e9a50975e9 /object.c | |
| parent | 3a28abfc3d3ff4b05d3c8c009209e4b7f005eed9 (diff) | |
| download | ruby-6f7b3dccbd0429dcd86ef5d9b697acaa8249f064.tar.gz ruby-6f7b3dccbd0429dcd86ef5d9b697acaa8249f064.tar.xz ruby-6f7b3dccbd0429dcd86ef5d9b697acaa8249f064.zip | |
* object.c (rb_class_real): should not follow ICLASS link
* variable.c (classname): should follow ICLASS link explicitly.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
| -rw-r--r-- | object.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -75,9 +75,6 @@ VALUE rb_class_real(cl) VALUE cl; { - if (TYPE(cl) == T_ICLASS) { - cl = RBASIC(cl)->klass; - } while (FL_TEST(cl, FL_SINGLETON) || TYPE(cl) == T_ICLASS) { cl = RCLASS(cl)->super; } |
