summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mruby.h b/include/mruby.h
index af1fc9894..b74b1e466 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -57,14 +57,14 @@ typedef struct {
struct RProc *proc;
mrb_value *stackent;
int nregs;
- int argc;
+ int ridx;
+ int eidx;
+ struct REnv *env;
mrb_code *pc; /* return address */
mrb_code *err; /* error position */
+ int argc;
int acc;
struct RClass *target_class;
- int ridx;
- int eidx;
- struct REnv *env;
} mrb_callinfo;
enum mrb_fiber_state {