From: Yoshito Umaoka Date: Thu, 5 Oct 2017 17:13:06 +0000 (+0000) Subject: ICU-13385 Fixed a typo. X-Git-Tag: release-60-rc~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=730670eba542f48fd377cadabd28a3bb52f48567;p=icu ICU-13385 Fixed a typo. X-SVN-Rev: 40570 --- diff --git a/icu4c/source/i18n/digitlst.cpp b/icu4c/source/i18n/digitlst.cpp index 3b997b49501..8e86fa77ecf 100644 --- a/icu4c/source/i18n/digitlst.cpp +++ b/icu4c/source/i18n/digitlst.cpp @@ -53,7 +53,7 @@ #if !defined(U_USE_STRTOD_L) # if U_PLATFORM_USES_ONLY_WIN32_API # define U_USE_STRTOD_L 1 -# define DU_HAVE_XLOCALE_H 0 +# define U_HAVE_XLOCALE_H 0 # elif defined(U_HAVE_STRTOD_L) # define U_USE_STRTOD_L U_HAVE_STRTOD_L # else @@ -62,7 +62,7 @@ #endif #if U_USE_STRTOD_L -# if U_HAVE_XLOCALE_H==1 +# if U_HAVE_XLOCALE_H # include # else # include