mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user