Merge pull request #2715 from suzukaze/fix-dump.c

Replace int with mrb_bool in dump_bigendian_p func
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-02-03 07:23:09 +09:00
+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) {