Merge pull request #5017 from RoryO/master

Fix float constant redefinition warnings
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-06-01 21:26:57 +09:00
committed by GitHub
+1
View File
@@ -76,6 +76,7 @@
#include <mruby/version.h>
#ifndef MRB_WITHOUT_FLOAT
#include <float.h>
#ifndef FLT_EPSILON
#define FLT_EPSILON (1.19209290e-07f)
#endif