change type of mrb->c->status from uint8_t to enum mrb_fiber_state; #1511

parent fe1f1216
......@@ -84,7 +84,7 @@ struct mrb_context {
struct RProc **ensure; /* ensure handler stack */
int esize;
uint8_t status;
enum mrb_fiber_state status;
struct RFiber *fib;
};
......
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