mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a bogon in my last commit..
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eb0f1ab783
commit
51efc221c1
1 changed files with 1 additions and 1 deletions
2
intern.h
2
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));
|
||||
|
|
Loading…
Reference in a new issue