bugs and perfomance cleanup.
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
out = mrb_float(v); \
|
||||
else if (mrb_fixnum_p(v)) \
|
||||
out = (float)mrb_fixnum(v); \
|
||||
else \
|
||||
out = 0; \
|
||||
} while (0)
|
||||
|
||||
#define HASH_BOOL(h, key, out) \
|
||||
|
||||
Reference in New Issue
Block a user