Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: patches/digilist.patch

Issue 2442923002: ICU update to 58 part 2 (Closed)
Patch Set: apply more patches and updates; almost ready to roll Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patches/data_symb.patch ('k') | patches/emoji_props.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/digilist.patch
diff --git a/patches/digilist.patch b/patches/digilist.patch
new file mode 100644
index 0000000000000000000000000000000000000000..08e39fc04d3fc23d1dacbd75e3838d2f99b5d200
--- /dev/null
+++ b/patches/digilist.patch
@@ -0,0 +1,15 @@
+diff --git a/source/i18n/digitlst.cpp b/source/i18n/digitlst.cpp
+index a3b3406..ab5b557 100644
+--- a/source/i18n/digitlst.cpp
++++ b/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>
« no previous file with comments | « patches/data_symb.patch ('k') | patches/emoji_props.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698