Make include_module_at static

Since I can't forsee any reason to use it directly inplace of using
prepend/include
This commit is contained in:
Corey Powell
2015-07-16 15:25:14 -05:00
parent 667f7788db
commit ae1ece7228
+1 -1
View File
@@ -797,7 +797,7 @@ include_class_new(mrb_state *mrb, struct RClass *m, struct RClass *super)
return ic;
}
MRB_API int
static int
include_module_at(mrb_state *mrb, struct RClass *c, struct RClass *ins_pos, struct RClass *m, int search_super)
{
struct RClass *p, *ic;