зеркало из https://github.com/github/ruby.git
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:
Родитель
eb0f1ab783
Коммит
51efc221c1
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));
|
||||
|
|
Загрузка…
Ссылка в новой задаче