summaryrefslogtreecommitdiffstats
path: root/gl/math.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/math.in.h')
-rw-r--r--gl/math.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/math.in.h b/gl/math.in.h
index a74a95da..270e71f4 100644
--- a/gl/math.in.h
+++ b/gl/math.in.h
@@ -2591,7 +2591,7 @@ _GL_EXTERN_C int rpl_isnanl (long double x) _GL_ATTRIBUTE_CONST;
2591# if defined isnan || defined GNULIB_NAMESPACE 2591# if defined isnan || defined GNULIB_NAMESPACE
2592_GL_MATH_CXX_REAL_FLOATING_DECL_1 (isnan) 2592_GL_MATH_CXX_REAL_FLOATING_DECL_1 (isnan)
2593# undef isnan 2593# undef isnan
2594# if __GNUC__ >= 6 || (defined __clang__ && !((defined __APPLE__ && defined __MACH__ && __clang_major__ < 12) || (defined __FreeBSD__ && __clang_major__ < 7) || defined __OpenBSD__ || (defined _WIN32 && !defined __CYGWIN__))) 2594# if __GNUC__ >= 6 || (defined __clang__ && !((defined __APPLE__ && defined __MACH__ && __clang_major__ < 12) || (defined __FreeBSD__ && (__clang_major__ < 7 || __clang_major__ >= 11)) || defined __OpenBSD__ || (defined _WIN32 && !defined __CYGWIN__)))
2595 /* This platform's <cmath> possibly defines isnan through a set of inline 2595 /* This platform's <cmath> possibly defines isnan through a set of inline
2596 functions. */ 2596 functions. */
2597_GL_MATH_CXX_REAL_FLOATING_DECL_2 (isnan, rpl_isnan, bool) 2597_GL_MATH_CXX_REAL_FLOATING_DECL_2 (isnan, rpl_isnan, bool)