зеркало из https://github.com/github/ruby.git
* method.h: fix typo. Patch by @davydovanton
[fix GH-1076][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
b6807ba353
Коммит
825c891b4e
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Nov 4 15:40:45 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* method.h: fix typo. Patch by @davydovanton
|
||||||
|
[fix GH-1076][ci skip]
|
||||||
|
|
||||||
Wed Nov 4 15:39:32 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
Wed Nov 4 15:39:32 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
* hash.c: use correct grammer. Patch by @tveastman
|
* hash.c: use correct grammer. Patch by @tveastman
|
||||||
|
|
2
method.h
2
method.h
|
@ -130,7 +130,7 @@ typedef struct rb_method_cfunc_struct {
|
||||||
|
|
||||||
typedef struct rb_method_attr_struct {
|
typedef struct rb_method_attr_struct {
|
||||||
ID id;
|
ID id;
|
||||||
const VALUE location; /* sould be marked */
|
const VALUE location; /* should be marked */
|
||||||
} rb_method_attr_t;
|
} rb_method_attr_t;
|
||||||
|
|
||||||
typedef struct rb_method_alias_struct {
|
typedef struct rb_method_alias_struct {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче