Replace 0 with FALSE and replace 1 with TRUE.

This commit is contained in:
Jun Hiroe
2013-07-14 04:38:22 +09:00
parent 5b3d531d79
commit 900b680006
+2 -2
View File
@@ -187,9 +187,9 @@ is_strict(mrb_state *mrb, struct REnv *e)
if (cioff >= 0 && mrb->c->cibase[cioff].proc &&
MRB_PROC_STRICT_P(mrb->c->cibase[cioff].proc)) {
return 1;
return TRUE;
}
return 0;
return FALSE;
}
static inline struct REnv*