mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1590 from iij/pr-declare-struct-mrb-irep
declare struct mrb_irep.
This commit is contained in:
@@ -41,6 +41,7 @@ extern "C" {
|
||||
typedef uint32_t mrb_code;
|
||||
typedef uint32_t mrb_aspec;
|
||||
|
||||
struct mrb_irep;
|
||||
struct mrb_state;
|
||||
|
||||
typedef void* (*mrb_allocf) (struct mrb_state *mrb, void*, size_t, void *ud);
|
||||
|
||||
Reference in New Issue
Block a user