mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
make 'class_instance_method_list' into a non-static funcion
This commit is contained in:
+1
-1
@@ -717,7 +717,7 @@ method_entry_loop(mrb_state *mrb, struct RClass* klass, mrb_value ary)
|
||||
}
|
||||
}
|
||||
|
||||
static mrb_value
|
||||
mrb_value
|
||||
class_instance_method_list(mrb_state *mrb, int argc, mrb_value *argv, struct RClass* klass, int obj)
|
||||
{
|
||||
mrb_value ary;
|
||||
|
||||
Reference in New Issue
Block a user