diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-18 23:54:34 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-18 23:54:34 +0000 |
| commit | 2a99846097a34df08a9b63a5e0570d5dc4725da7 (patch) | |
| tree | ce59b6b7fd3a5e60bee6a1a88ad5ffa54b9ada8f /intern.h | |
| parent | 3024a6797d0d4c79a61ae9221f43b3d74de6b67f (diff) | |
| download | ruby-2a99846097a34df08a9b63a5e0570d5dc4725da7.tar.gz ruby-2a99846097a34df08a9b63a5e0570d5dc4725da7.tar.xz ruby-2a99846097a34df08a9b63a5e0570d5dc4725da7.zip | |
* intern.h, object.c (rb_class_inherited_p): export.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
| -rw-r--r-- | intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -307,6 +307,7 @@ VALUE rb_obj_freeze _((VALUE)); VALUE rb_obj_id _((VALUE)); VALUE rb_obj_class _((VALUE)); VALUE rb_class_real _((VALUE)); +VALUE rb_class_inherited_p _((VALUE, VALUE)); VALUE rb_convert_type _((VALUE,int,const char*,const char*)); VALUE rb_check_convert_type _((VALUE,int,const char*,const char*)); VALUE rb_to_int _((VALUE)); |
