move prototype for mrb_load_irep to mruby/irep.h; close #569

parent f1ed1436
......@@ -36,4 +36,6 @@ mrb_irep *mrb_add_irep(mrb_state *mrb);
} /* extern "C" { */
#endif
mrb_value mrb_load_irep(mrb_state*,const char*);
#endif /* MRUBY_IREP_H */
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