summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-15 06:00:30 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-15 06:00:30 +0000
commit9e14de667295230e902479889a4610885cb254cf (patch)
tree5cd9ec18d5f68c4092ffb4b29004289bd9fad895 /intern.h
parent0f0f5201e4fb4de44374e9f0161f7f5ae35953a0 (diff)
downloadruby-9e14de667295230e902479889a4610885cb254cf.tar.gz
ruby-9e14de667295230e902479889a4610885cb254cf.tar.xz
ruby-9e14de667295230e902479889a4610885cb254cf.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@940 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 5609c3f8d..d651b408c 100644
--- a/intern.h
+++ b/intern.h
@@ -372,6 +372,7 @@ VALUE rb_cvar_get _((VALUE, ID));
int rb_cvar_defined_singleton _((VALUE, ID));
void rb_cvar_set_singleton _((VALUE, ID, VALUE));
VALUE rb_cvar_get_singleton _((VALUE, ID));
+VALUE rb_mod_class_variables _((VALUE));
/* version.c */
void ruby_show_version _((void));
void ruby_show_copyright _((void));