make 'class_instance_method_list' into a non-static funcion

This commit is contained in:
skandhas
2012-11-26 11:18:06 +08:00
parent d03bd87dc0
commit f6c44d0dff
+1 -1
View File
@@ -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;