mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
36ca18b847
commit
4b80f53265
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Oct 6 13:48:05 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip]
|
||||
|
||||
Tue Oct 6 06:54:34 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* iseq.c (rb_iseq_free): free iseq::variable_body to avoid memory
|
||||
|
|
2
method.h
2
method.h
|
@ -125,7 +125,7 @@ typedef struct rb_iseq_struct rb_iseq_t;
|
|||
|
||||
typedef struct rb_method_iseq_struct {
|
||||
const rb_iseq_t * const iseqptr; /* should be separated from iseqval */
|
||||
rb_cref_t * const cref; /* shoudl be marked */
|
||||
rb_cref_t * const cref; /* should be marked */
|
||||
} rb_method_iseq_t; /* check rb_add_method_iseq() when modify the fields */
|
||||
|
||||
typedef struct rb_method_cfunc_struct {
|
||||
|
|
Loading…
Reference in a new issue