File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1717/* On various platforms, fall back to the system's float.h, which might have
1818 * additional definitions and/or implementation-defined values.
1919 */
20- #if (defined(__APPLE__ ) || defined(__MINGW32__ ) || defined(_MSC_VER ) || \
21- defined (_AIX) || defined( __musl__)) && \
20+ #if (defined(__MINGW32__ ) || defined(_MSC_VER ) || defined(_AIX ) || \
21+ defined (__musl__)) && \
2222 __STDC_HOSTED__ && __has_include_next(<float .h>)
2323
24- /* Prior to Apple's 10.7 SDK, float.h SDK header used to apply an extra level
25- * of #include_next<float.h> to keep Metrowerks compilers happy. Avoid this
26- * extra indirection.
27- */
28- #ifdef __APPLE__
29- #define _FLOAT_H_
30- #endif
31-
3224# include_next <float .h>
3325
3426/* Undefine anything that we'll be redefining below. */
You can’t perform that action at this time.
0 commit comments