From 0fdc16a98b54de021d921da8e32fe67e2fb6ffd3 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 23 May 2024 16:12:56 +1000 Subject: [PATCH] win32/config*: all the supported compilers have isfinite() --- win32/config.gc | 2 +- win32/config.vc | 2 +- win32/config_H.gc | 2 +- win32/config_H.vc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/win32/config.gc b/win32/config.gc index 64c9488fed..2578277327 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -317,7 +317,7 @@ d_ipv6_mreq='undef' d_ipv6_mreq_source='undef' d_isascii='define' d_isblank='undef' -d_isfinite='undef' +d_isfinite='define' d_isfinitel='undef' d_isinf='define' d_isinfl='undef' diff --git a/win32/config.vc b/win32/config.vc index 384ec0e708..4f92f46cb0 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -317,7 +317,7 @@ d_ipv6_mreq='undef' d_ipv6_mreq_source='undef' d_isascii='define' d_isblank='undef' -d_isfinite='undef' +d_isfinite='define' d_isfinitel='undef' d_isinf='undef' d_isinfl='undef' diff --git a/win32/config_H.gc b/win32/config_H.gc index dc194d070f..9730cd6eb7 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2827,7 +2827,7 @@ * This symbol, if defined, indicates that the isfinite routine is * available to check whether a double is finite (non-infinity non-NaN). */ -/*#define HAS_ISFINITE / **/ +#define HAS_ISFINITE / **/ /* HAS_ISFINITEL: * This symbol, if defined, indicates that the isfinitel routine is diff --git a/win32/config_H.vc b/win32/config_H.vc index 3e95dd1da0..9a50246dce 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2827,7 +2827,7 @@ * This symbol, if defined, indicates that the isfinite routine is * available to check whether a double is finite (non-infinity non-NaN). */ -/*#define HAS_ISFINITE / **/ +#define HAS_ISFINITE / **/ /* HAS_ISFINITEL: * This symbol, if defined, indicates that the isfinitel routine is