summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-25 11:31:59 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-25 11:31:59 +0000
commit1e0a8b019dd1f1a09b3cd5d56133bee2e359226f (patch)
tree6892841c5c5010b00b27ad1ac5553234185e900b
parent50f4f0904ac730823069eed1c8ba49f4054fa80a (diff)
downloadruby-1e0a8b019dd1f1a09b3cd5d56133bee2e359226f.tar.gz
ruby-1e0a8b019dd1f1a09b3cd5d56133bee2e359226f.tar.xz
ruby-1e0a8b019dd1f1a09b3cd5d56133bee2e359226f.zip
Fix a bogon in my last commit..
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.h b/intern.h
index 1d74b7e22..4cd56eac1 100644
--- a/intern.h
+++ b/intern.h
@@ -401,7 +401,7 @@ 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_cv_set _((VALUE, const char *, VALUE));
+void rb_cv_set _((VALUE, const char *, VALUE));
VALUE rb_cv_get _((VALUE, const char *));
void rb_define_class_variable _((VALUE, const char *, VALUE));
VALUE rb_mod_class_variables _((VALUE));