summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/digitlst.cpp
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2016-12-09 12:44:31 -0800
committerSteven R. Loomis <srloomis@us.ibm.com>2016-12-29 13:47:32 -0800
commit68f004f25697a5258ddb716ba2b543f4b07f5f24 (patch)
treee5949e12056a7bc82a91f393d5ea23ceda78b833 /deps/icu-small/source/i18n/digitlst.cpp
parentd9ac34cb792d65df3548cb31e40067306d914498 (diff)
downloadandroid-node-v8-68f004f25697a5258ddb716ba2b543f4b07f5f24.tar.gz
android-node-v8-68f004f25697a5258ddb716ba2b543f4b07f5f24.tar.bz2
android-node-v8-68f004f25697a5258ddb716ba2b543f4b07f5f24.zip
deps: ICU 58.2 bump
Bump ICU from 58.1 to 58.2 No feature changes. Bug fixes. * This commit contains the actual ICU source code and data. * CLDR 30.0.3 ( was 30.0.2) * Timezone 2016j ( was 2016g ) ICU Details: http://site.icu-project.org/download/58#TOC-Updates-in-ICU-58.2 PR-URL: https://github.com/nodejs/node/pull/10206 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'deps/icu-small/source/i18n/digitlst.cpp')
-rw-r--r--deps/icu-small/source/i18n/digitlst.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/icu-small/source/i18n/digitlst.cpp b/deps/icu-small/source/i18n/digitlst.cpp
index 8bb470c8f0..e3873eb59f 100644
--- a/deps/icu-small/source/i18n/digitlst.cpp
+++ b/deps/icu-small/source/i18n/digitlst.cpp
@@ -60,8 +60,8 @@
# endif
#endif
-#if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API
-# if U_PLATFORM == U_PF_CYGWIN
+#if U_USE_STRTOD_L
+# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
# include <locale.h>
# else
# include <xlocale.h>