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

Side by Side Diff: icu52/patches/pnacl.h.patch

Issue 224133003: Copy the remaining icu46 patches to preserve the history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu52/patches/platform.qnx.patch ('k') | icu52/patches/si_value.undef.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- a/source/common/unicode/pnacl.h 1 --- a/source/common/unicode/pnacl.h
2 +++ b/source/common/unicode/pnacl.h 2 +++ b/source/common/unicode/pnacl.h
3 @@ -282,8 +282,10 @@ 3 @@ -282,8 +282,10 @@
4 #if 1 4 #if 1
5 #define U_TZSET tzset 5 #define U_TZSET tzset
6 #endif 6 #endif
7 -#if 1 7 -#if 1
8 +#if defined(__GLIBC__) 8 +#if defined(__GLIBC__)
9 #define U_TIMEZONE __timezone 9 #define U_TIMEZONE __timezone
10 +#else 10 +#else
11 +#define U_TIMEZONE _timezone 11 +#define U_TIMEZONE _timezone
12 #endif 12 #endif
13 #if 1 13 #if 1
14 #define U_TZNAME tzname 14 #define U_TZNAME tzname
OLDNEW
« no previous file with comments | « icu52/patches/platform.qnx.patch ('k') | icu52/patches/si_value.undef.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698