mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Update Gnulib to v0.0-4544-gce083ca.
This commit is contained in:
parent
b90b4b2bf2
commit
ab4d62adbf
15 changed files with 159 additions and 39 deletions
|
@ -680,6 +680,10 @@ _GL_EXTERN_C int rpl_isnanl (long double x);
|
|||
sizeof (x) == sizeof (double) ? gl_isnan_d (x) : \
|
||||
gl_isnan_f (x))
|
||||
# endif
|
||||
/* Ensure isnan is a macro. */
|
||||
# ifndef isnan
|
||||
# define isnan isnan
|
||||
# endif
|
||||
#elif defined GNULIB_POSIXCHECK
|
||||
# if defined isnan
|
||||
_GL_WARN_REAL_FLOATING_DECL (isnan);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue