From 730670eba542f48fd377cadabd28a3bb52f48567 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Thu, 5 Oct 2017 17:13:06 +0000 Subject: [PATCH] ICU-13385 Fixed a typo. X-SVN-Rev: 40570 --- icu4c/source/i18n/digitlst.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/digitlst.cpp b/icu4c/source/i18n/digitlst.cpp index 3b997b495010..8e86fa77ecf4 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