Commit ae1ece72 authored by Corey Powell's avatar Corey Powell

Make include_module_at static

Since I can't forsee any reason to use it directly inplace of using
prepend/include
parent 667f7788
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment