mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_method.c (check_definition): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
44f7a34031
commit
8be423f51d
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ rb_mod_method_defined(VALUE mod, VALUE mid)
|
||||||
#define VISI_CHECK(x,f) (((x)&NOEX_MASK) == (f))
|
#define VISI_CHECK(x,f) (((x)&NOEX_MASK) == (f))
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
check_definition(VALUE mod, VALUE mid, rb_method_flag_t noex)
|
check_definition(VALUE mod, ID mid, rb_method_flag_t noex)
|
||||||
{
|
{
|
||||||
const rb_method_entry_t *me;
|
const rb_method_entry_t *me;
|
||||||
me = rb_method_entry(mod, mid);
|
me = rb_method_entry(mod, mid);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue