Should use a limit for 32 bit platform; ref 05a8cc44

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-01-25 15:42:28 +09:00
parent 73ce5db170
commit 23e5c08e31
+1 -1
View File
@@ -169,7 +169,7 @@ rational_new_i(mrb_state *mrb, mrb_int n, mrb_int d)
#define frexp_rat frexpf
#define ldexp_rat ldexpf
#define RAT_MANT_DIG FLT_MANT_DIG
#define RAT_INT_LIMIT 62
#define RAT_INT_LIMIT 30
#define RAT_HUGE_VAL HUGE_VALF
#else
#define frexp_rat frexp