Merge branch 'original2' of https://github.com/miura1729/mruby into miura1729-original2

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-02-09 18:37:20 +09:00
3 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ typedef void* (*mrb_allocf) (struct mrb_state *mrb, void*, size_t, void *ud);
typedef struct {
mrb_sym mid;
struct RProc *proc;
int stackidx;
mrb_value *stackent;
int nregs;
int argc;
mrb_code *pc; /* return address */