Fix MRB_WITHOUT_FLOAT reversal; fix #4598

This commit is contained in:
dearblue
2019-09-25 22:55:41 +09:00
parent 3c1a2612e7
commit eb2f34719d
+1 -1
View File
@@ -30,7 +30,7 @@ double round(double x) {
}
#endif
#ifdef MRB_WITHOUT_FLOAT
#ifndef MRB_WITHOUT_FLOAT
# if !defined(__MINGW64__) && defined(_WIN32)
# define llround(x) round(x)
# endif