mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix MRB_WITHOUT_FLOAT reversal; fix #4598
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user