From f11f8e5e92611f6e5aa4f22410d34cd35b258eaf Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Oct 2004 23:54:34 +0000 Subject: * intern.h, object.c (rb_class_inherited_p): export. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern.h') diff --git a/intern.h b/intern.h index 86ff7bdb48..ece4990843 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)); -- cgit v1.2.3