mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* method.h (rb_gc_mark_method_entry): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b4d7d616d9
commit
208e43b3fe
2 changed files with 5 additions and 1 deletions
2
method.h
2
method.h
|
@ -90,7 +90,7 @@ rb_method_entry_t *rb_method_entry_set(VALUE klass, ID mid, const rb_method_entr
|
|||
|
||||
int rb_method_entry_arity(const rb_method_entry_t *me);
|
||||
|
||||
void rb_mark_method_entry(const rb_method_entry_t *me);
|
||||
void rb_gc_mark_method_entry(const rb_method_entry_t *me);
|
||||
void rb_free_method_entry(rb_method_entry_t *me);
|
||||
|
||||
#endif /* METHOD_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue