aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/float.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-01-18 16:23:48 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-01-18 16:23:48 +0000
commit06d4ba388873e6d1cfa9cd715a8935ecc8cd2097 (patch)
tree3eb853da77d46cc77c4b017525a422f9ddb1385b /lib/Headers/float.h
parent30d791273d07fac9c0c1641a0731191bca6e8606 (diff)
Diffstat (limited to 'lib/Headers/float.h')
-rw-r--r--lib/Headers/float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/float.h b/lib/Headers/float.h
index 02ef6bf611a3..238cf76b053c 100644
--- a/lib/Headers/float.h
+++ b/lib/Headers/float.h
@@ -28,7 +28,7 @@
* additional definitions provided for Windows.
* For more details see http://msdn.microsoft.com/en-us/library/y0ybw9fy.aspx
*/
-#if (defined(__MINGW32__) || defined(_MSC_VER)) && \
+#if (defined(__MINGW32__) || defined(_MSC_VER)) && __STDC_HOSTED__ && \
__has_include_next(<float.h>)
# include_next <float.h>