Commit 414678d6 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2736 from cremno/delete-prototypes-of-undefined-functions

delete prototypes of undefined functions
parents 3cba7016 893f9379
......@@ -714,9 +714,6 @@ argnum_error(mrb_state *mrb, mrb_int num)
#endif
mrb_value mrb_gv_val_get(mrb_state *mrb, mrb_sym sym);
void mrb_gv_val_set(mrb_state *mrb, mrb_sym sym, mrb_value val);
#define CALL_MAXARGS 127
MRB_API mrb_value
......
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