From 2322a131272f705139fb1e6bbcf1d85a0205e8b0 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 8 Dec 2000 07:10:38 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'intern.h') diff --git a/intern.h b/intern.h index b60180a291..1b55522921 100644 --- a/intern.h +++ b/intern.h @@ -371,11 +371,12 @@ void rb_const_assign _((VALUE, ID, VALUE)); VALUE rb_mod_constants _((VALUE)); void rb_autoload_load _((ID)); void rb_cvar_declare _((VALUE, ID, VALUE)); -int rb_cvar_defined _((VALUE, ID)); +VALUE rb_cvar_defined _((VALUE, ID)); void rb_cvar_set _((VALUE, ID, VALUE)); VALUE rb_cvar_get _((VALUE, ID)); VALUE rb_cvar_singleton _((VALUE)); VALUE rb_mod_class_variables _((VALUE)); +VALUE rb_mod_remove_cvar _((VALUE, VALUE)); /* version.c */ void ruby_show_version _((void)); void ruby_show_copyright _((void)); -- cgit v1.2.3