summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-11-20 21:31:47 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-11-20 21:31:47 -0800
commitb723f67b8b271ee2ace40db723d8eeff5a70f270 (patch)
treec0f121a63c9bed9c3404c8709072afd1f08a7659 /include/mruby.h
parentfb386011df80b4bdada33954df27b9ac4719ad97 (diff)
parent1e89fc8240b88346d1ea84751614a86a58a56017 (diff)
downloadmruby-b723f67b8b271ee2ace40db723d8eeff5a70f270.tar.gz
mruby-b723f67b8b271ee2ace40db723d8eeff5a70f270.zip
Merge pull request #1590 from iij/pr-declare-struct-mrb-irep
declare struct mrb_irep.
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h
index bf42b76fd..e70487f27 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -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);