Replace int with mrb_bool in dump_bigendian_p func

This commit is contained in:
Jun Hiroe
2015-02-02 14:18:10 +09:00
parent bc9c47d518
commit b88c8b40d6
+1 -1
View File
@@ -1045,7 +1045,7 @@ is_valid_c_symbol_name(const char *name)
return TRUE;
}
static int
static mrb_bool
dump_bigendian_p(uint8_t flags)
{
switch (flags & DUMP_ENDIAN_NAT) {