Commit b88c8b40 authored by Jun Hiroe's avatar Jun Hiroe

Replace int with mrb_bool in dump_bigendian_p func

parent bc9c47d5
...@@ -1045,7 +1045,7 @@ is_valid_c_symbol_name(const char *name) ...@@ -1045,7 +1045,7 @@ is_valid_c_symbol_name(const char *name)
return TRUE; return TRUE;
} }
static int static mrb_bool
dump_bigendian_p(uint8_t flags) dump_bigendian_p(uint8_t flags)
{ {
switch (flags & DUMP_ENDIAN_NAT) { switch (flags & DUMP_ENDIAN_NAT) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment