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

Side by Side 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, 1 month 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 unified diff | Download patch
« no previous file with comments | « patches/data_symb.patch ('k') | patches/emoji_props.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/source/i18n/digitlst.cpp b/source/i18n/digitlst.cpp
2 index a3b3406..ab5b557 100644
3 --- a/source/i18n/digitlst.cpp
4 +++ b/source/i18n/digitlst.cpp
5 @@ -60,8 +60,8 @@
6 # endif
7 #endif
8
9 -#if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API
10 -# if U_PLATFORM == U_PF_CYGWIN
11 +#if U_USE_STRTOD_L
12 +# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
13 # include <locale.h>
14 # else
15 # include <xlocale.h>
OLDNEW
« 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