diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-08-23 17:13:04 +0200 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-08-23 17:13:04 +0200 |
commit | bbdcf5a704517d35a76ba8b666075da9ffe39ac4 (patch) | |
tree | a36bec4f7c2802dfe5efc5cb2dfc902fec2a23b8 /gl/math.in.h | |
parent | fa1ac7ecb247faf58fe65740c0d40e0585f684c9 (diff) | |
download | monitoring-plugins-bbdcf5a.tar.gz |
Sync with the latest Gnulib code (fa1ac7ec)
Diffstat (limited to 'gl/math.in.h')
-rw-r--r-- | gl/math.in.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gl/math.in.h b/gl/math.in.h index c87cc12f..a74a95da 100644 --- a/gl/math.in.h +++ b/gl/math.in.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* A GNU-like <math.h>. | 1 | /* A GNU-like <math.h>. |
2 | 2 | ||
3 | Copyright (C) 2002-2003, 2007-2021 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2003, 2007-2022 Free Software Foundation, Inc. |
4 | 4 | ||
5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
@@ -2433,6 +2433,7 @@ _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isfinite) | |||
2433 | functions. */ | 2433 | functions. */ |
2434 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isfinite, rpl_isfinite, bool) | 2434 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isfinite, rpl_isfinite, bool) |
2435 | # define isfinite rpl_isfinite | 2435 | # define isfinite rpl_isfinite |
2436 | # define GNULIB_NAMESPACE_LACKS_ISFINITE 1 | ||
2436 | # else | 2437 | # else |
2437 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isfinite, isfinite, bool) | 2438 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isfinite, isfinite, bool) |
2438 | # endif | 2439 | # endif |
@@ -2467,6 +2468,7 @@ _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isinf) | |||
2467 | functions. */ | 2468 | functions. */ |
2468 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, rpl_isinf, bool) | 2469 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, rpl_isinf, bool) |
2469 | # define isinf rpl_isinf | 2470 | # define isinf rpl_isinf |
2471 | # define GNULIB_NAMESPACE_LACKS_ISINF 1 | ||
2470 | # else | 2472 | # else |
2471 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, isinf, bool) | 2473 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, isinf, bool) |
2472 | # endif | 2474 | # endif |
@@ -2594,6 +2596,7 @@ _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isnan) | |||
2594 | functions. */ | 2596 | functions. */ |
2595 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isnan, rpl_isnan, bool) | 2597 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isnan, rpl_isnan, bool) |
2596 | # define isnan rpl_isnan | 2598 | # define isnan rpl_isnan |
2599 | # define GNULIB_NAMESPACE_LACKS_ISNAN 1 | ||
2597 | # else | 2600 | # else |
2598 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isnan, isnan, bool) | 2601 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isnan, isnan, bool) |
2599 | # endif | 2602 | # endif |
@@ -2677,6 +2680,7 @@ _GL_MATH_CXX_REAL_FLOATING_DECL_1 (signbit) | |||
2677 | functions. */ | 2680 | functions. */ |
2678 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (signbit, rpl_signbit, bool) | 2681 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (signbit, rpl_signbit, bool) |
2679 | # define signbit rpl_signbit | 2682 | # define signbit rpl_signbit |
2683 | # define GNULIB_NAMESPACE_LACKS_SIGNBIT 1 | ||
2680 | # else | 2684 | # else |
2681 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (signbit, signbit, bool) | 2685 | _GL_MATH_CXX_REAL_FLOATING_DECL_2 (signbit, signbit, bool) |
2682 | # endif | 2686 | # endif |