summaryrefslogtreecommitdiff
path: root/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/math.h b/include/math.h
index 19108795..c4da4116 100644
--- a/include/math.h
+++ b/include/math.h
@@ -346,6 +346,7 @@ long double truncl(long double);
#if defined(_XOPEN_SOURCE) || defined(_BSD_SOURCE)
+#undef MAXFLOAT
#define MAXFLOAT 3.40282347e+38F
#endif