mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix mismatches for MRB_API declarations.
This commit is contained in:
committed by
Yukihiro "Matz" Matsumoto
parent
abd7cad4fd
commit
5fa30aeaea
@@ -49,9 +49,9 @@ typedef struct mrb_irep {
|
||||
MRB_API mrb_irep *mrb_add_irep(mrb_state *mrb);
|
||||
MRB_API mrb_value mrb_load_irep(mrb_state*, const uint8_t*);
|
||||
MRB_API mrb_value mrb_load_irep_cxt(mrb_state*, const uint8_t*, mrbc_context*);
|
||||
MRB_API void mrb_irep_free(mrb_state*, struct mrb_irep*);
|
||||
MRB_API void mrb_irep_incref(mrb_state*, struct mrb_irep*);
|
||||
MRB_API void mrb_irep_decref(mrb_state*, struct mrb_irep*);
|
||||
void mrb_irep_free(mrb_state*, struct mrb_irep*);
|
||||
void mrb_irep_incref(mrb_state*, struct mrb_irep*);
|
||||
void mrb_irep_decref(mrb_state*, struct mrb_irep*);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
} /* extern "C" { */
|
||||
|
||||
Reference in New Issue
Block a user