summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-10 11:49:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-10 11:49:14 +0000
commite43d9eb5cd3c68b6b32fc2abe73bf73958577030 (patch)
treeef5294184f4d584d318e96c7174a6d41080dde11 /intern.h
parenteb5a2eb697f3294dd421eb1d15cc198b9b6fdb15 (diff)
downloadruby-e43d9eb5cd3c68b6b32fc2abe73bf73958577030.tar.gz
ruby-e43d9eb5cd3c68b6b32fc2abe73bf73958577030.tar.xz
ruby-e43d9eb5cd3c68b6b32fc2abe73bf73958577030.zip
* eval.c (method_proc): return bound Proc object. [ruby-dev:22854]
* eval.c (rb_mod_define_method): bind method body itself for Method object. * node.h (NODE_DMETHOD): deprecated. * object.c (rb_class_inherited_p): export. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5667 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 6244e6aba..5a22b8cae 100644
--- a/intern.h
+++ b/intern.h
@@ -305,6 +305,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));