Commit eb2f3471 authored by dearblue's avatar dearblue

Fix `MRB_WITHOUT_FLOAT` reversal; fix #4598

parent 3c1a2612
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment