Replace int with mrb_bool because return a value is boolean.

This commit is contained in:
Jun Hiroe
2013-07-14 05:08:33 +09:00
parent 900b680006
commit f7855764bc
+1 -1
View File
@@ -180,7 +180,7 @@ uvenv(mrb_state *mrb, int up)
return e;
}
static inline int
static inline mrb_bool
is_strict(mrb_state *mrb, struct REnv *e)
{
int cioff = e->cioff;