Unverified Commit 5c381032 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4729 from dearblue/fix-4598

Fix `MRB_WITHOUT_FLOAT` reversal; fix #4598
parents b5fa2dad eb2f3471
......@@ -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