summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-18 23:54:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-18 23:54:34 +0000
commit2a99846097a34df08a9b63a5e0570d5dc4725da7 (patch)
treece59b6b7fd3a5e60bee6a1a88ad5ffa54b9ada8f /intern.h
parent3024a6797d0d4c79a61ae9221f43b3d74de6b67f (diff)
downloadruby-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index 86ff7bdb4..ece499084 100644
--- a/intern.h
+++ b/intern.h
@@ -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));