Skip to content

Commit 1a0436f

Browse files
committed
NumberDate: remove unnecessary definitions of isnan, isinf
These are provided by the Microsoft C Runtime, no need to define them anymore.
1 parent 55df007 commit 1a0436f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: CoreFoundation/NumberDate.subproj/CFNumber.c

-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ static const uint8_t __CFNumberCanonicalTypeIndex[] = {
7575

7676

7777
#if DEPLOYMENT_TARGET_WINDOWS
78-
#define isnan(A) _isnan(A)
79-
#define isinf(A) !_finite(A)
8078
#define copysign(A, B) _copysign(A, B)
8179
#endif
8280

0 commit comments

Comments
 (0)