diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-09-14 12:50:23 +0200 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-09-14 12:50:23 +0200 |
commit | 1909de2e843f1dfd5e031d3d4aa6901a5b9a139d (patch) | |
tree | 8f33ed557df0957c028de952d06763346ac4acea /gl/math.in.h | |
parent | 5da988e07a96ff154db040befb5472f0dc784a17 (diff) | |
download | monitoring-plugins-1909de2.tar.gz |
Add Gnulib module "crypto/sha256" and remote "crypto/sha1"
Diffstat (limited to 'gl/math.in.h')
-rw-r--r-- | gl/math.in.h | 2 |
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) |