From a0fcf76a8da3d6a458b684dc5001a645dcb05548 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 21 Sep 2017 01:02:20 +0000 Subject: [PATCH] ICU-13093 std::isinf and std::isnan fix - z/OS too X-SVN-Rev: 40440 --- icu4c/source/test/intltest/numfmtst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0