]> granicus.if.org Git - icu/commitdiff
ICU-13385 Fixed a typo.
authorYoshito Umaoka <y.umaoka@gmail.com>
Thu, 5 Oct 2017 17:13:06 +0000 (17:13 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Thu, 5 Oct 2017 17:13:06 +0000 (17:13 +0000)
X-SVN-Rev: 40570

icu4c/source/i18n/digitlst.cpp

index 3b997b495010ee60b021f2d02f81b0eb49242587..8e86fa77ecf43c612f4deaf9303f8df6573561a8 100644 (file)
@@ -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 <xlocale.h>
 # else
 #   include <locale.h>