From: Steven R. Loomis Date: Thu, 21 Sep 2017 01:02:20 +0000 (+0000) Subject: ICU-13093 std::isinf and std::isnan fix - z/OS too X-Git-Tag: release-60-rc~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0fcf76a8da3d6a458b684dc5001a645dcb05548;p=icu ICU-13093 std::isinf and std::isnan fix - z/OS too X-SVN-Rev: 40440 --- diff --git a/icu4c/source/test/intltest/numfmtst.cpp b/icu4c/source/test/intltest/numfmtst.cpp index f62bc36a158..76e620e9436 100644 --- a/icu4c/source/test/intltest/numfmtst.cpp +++ b/icu4c/source/test/intltest/numfmtst.cpp @@ -41,7 +41,7 @@ #include "datadrivennumberformattestsuite.h" #include "unicode/msgfmt.h" -#if U_PLATFORM == U_PF_AIX +#if (U_PLATFORM == U_PF_AIX) || (U_PLATFORM == U_PF_OS390) // These should not be macros. If they are, // replace them with std::isnan and std::isinf #if defined(isnan)