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

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-09-25 02:39:59 +09:00
parent fe1f121640
commit 9194047791
+1 -1
View File
@@ -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;
};