mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix redundant declraration warnings by gcc.
This commit is contained in:
@@ -481,7 +481,6 @@ mrb_value mrb_class_new_instance_m(mrb_state *mrb, mrb_value klass);
|
||||
#define xfree free
|
||||
#endif
|
||||
|
||||
void mrb_garbage_collect(mrb_state *mrb);
|
||||
void mrb_gc_protect(mrb_state *mrb, mrb_value obj);
|
||||
mrb_value mrb_to_int(mrb_state *mrb, mrb_value val);
|
||||
void mrb_check_type(mrb_state *mrb, mrb_value x, enum mrb_vtype t);
|
||||
|
||||
Reference in New Issue
Block a user