mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
win32/config*: all the supported compilers have isfinite()
This commit is contained in:
parent
cbe01cd7d9
commit
0fdc16a98b
@ -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'
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user