Merge pull request #4729 from dearblue/fix-4598

Fix `MRB_WITHOUT_FLOAT` reversal; fix #4598
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-09-25 23:55:36 +09:00
committed by GitHub
+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