diff options
Diffstat (limited to 'src/c/elementaryFunctions/acosh/testDoubleAcosh.c')
-rw-r--r-- | src/c/elementaryFunctions/acosh/testDoubleAcosh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c/elementaryFunctions/acosh/testDoubleAcosh.c b/src/c/elementaryFunctions/acosh/testDoubleAcosh.c index 60a041db..d9cdf3ee 100644 --- a/src/c/elementaryFunctions/acosh/testDoubleAcosh.c +++ b/src/c/elementaryFunctions/acosh/testDoubleAcosh.c @@ -14,9 +14,9 @@ #include "isnan.h" #include "testAcosh.h" -#ifdef _MSC_VER
-#include <float.h>
-#define isnan(x) _isnan((double)x)
+#ifdef _MSC_VER +#include <float.h> +#define isnan(x) _isnan((double)x) #endif |