summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-18 09:46:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-18 09:46:21 +0000
commit9a65bd2d766446e593b4c3ce8e3fd3a0e04074ca (patch)
treed927327cf133d6c690b582751a5e535fb48c0495 /intern.h
parent22db3ed48773dda6ea836ef2353e688e3cc6f1f3 (diff)
downloadruby-9a65bd2d766446e593b4c3ce8e3fd3a0e04074ca.tar.gz
ruby-9a65bd2d766446e593b4c3ce8e3fd3a0e04074ca.tar.xz
ruby-9a65bd2d766446e593b4c3ce8e3fd3a0e04074ca.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern.h b/intern.h
index 1b5552292..7d8b0de13 100644
--- a/intern.h
+++ b/intern.h
@@ -90,7 +90,8 @@ VALUE rb_class_protected_instance_methods _((int, VALUE*, VALUE));
VALUE rb_class_private_instance_methods _((int, VALUE*, VALUE));
VALUE rb_obj_singleton_methods _((VALUE));
void rb_define_method_id _((VALUE, ID, VALUE (*)(), int));
-void rb_undef_method _((VALUE, const char*));
+void rb_frozen_class_p _((VALUE));
+void rb_undef _((VALUE, ID));
void rb_define_protected_method _((VALUE, const char*, VALUE (*)(), int));
void rb_define_private_method _((VALUE, const char*, VALUE (*)(), int));
void rb_define_singleton_method _((VALUE,const char*,VALUE(*)(),int));