mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
move prototype for mrb_load_irep to mruby/irep.h; close #569
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user