Commit b723f67b authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1590 from iij/pr-declare-struct-mrb-irep

declare struct mrb_irep.
parents fb386011 1e89fc82
......@@ -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