Skip to content

Commit

Permalink
win32/config*: all the supported compilers have isfinite()
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jun 3, 2024
1 parent 9c7bd8a commit 3352d0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion win32/config.gc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion win32/config.vc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion win32/config_H.gc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion win32/config_H.vc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3352d0b

Please sign in to comment.