Support LVAR section removing.

This commit is contained in:
take_cheeze
2014-05-15 15:08:30 +09:00
parent c2f77c7836
commit 30e0dc7956
3 changed files with 43 additions and 8 deletions
+1
View File
@@ -52,6 +52,7 @@ mrb_value mrb_load_irep_cxt(mrb_state*, const uint8_t*, mrbc_context*);
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*);
void mrb_irep_remove_lv(mrb_state*, struct mrb_irep*);
#if defined(__cplusplus)
} /* extern "C" { */