Commit 1e89fc82 authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

declare struct mrb_irep.

parent fb386011
......@@ -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);
......
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