* 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
@ -1,3 +1,7 @@
|
||||
Wed May 5 07:23:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* method.h (rb_gc_mark_method_entry): fixed typo.
|
||||
|
||||
Wed May 5 05:20:27 2010 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* method.h, vm_method.c: rename some internal functions related to
|
||||
|
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…
x
Reference in New Issue
Block a user