diff --git a/src/libm/e_exp.c b/src/libm/e_exp.c index a4c8cc89af..f39bb5c539 100644 --- a/src/libm/e_exp.c +++ b/src/libm/e_exp.c @@ -102,7 +102,7 @@ union { Uint64 u64; double d; } inf_union = { - 0x7ff0000000000000 /* Binary representation of a 64-bit infinite double (sign=0, exponent=2047, mantissa=0) */ + SDL_UINT64_C(0x7ff0000000000000) /* Binary representation of a 64-bit infinite double (sign=0, exponent=2047, mantissa=0) */ }; double __ieee754_exp(double x) /* default IEEE double exp */