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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gl/math.in.h b/gl/math.in.h
index c87cc12..a74a95d 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