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

Unified Diff: icu52/patches/pnacl.h.patch

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: function indentation changed 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu52/patches/pmac.h.patch ('k') | icu52/patches/putil.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/patches/pnacl.h.patch
===================================================================
--- icu52/patches/pnacl.h.patch (revision 261498)
+++ icu52/patches/pnacl.h.patch (working copy)
@@ -1,14 +0,0 @@
---- a/source/common/unicode/pnacl.h
-+++ b/source/common/unicode/pnacl.h
-@@ -282,8 +282,10 @@
- #if 1
- #define U_TZSET tzset
- #endif
--#if 1
-+#if defined(__GLIBC__)
- #define U_TIMEZONE __timezone
-+#else
-+#define U_TIMEZONE _timezone
- #endif
- #if 1
- #define U_TZNAME tzname
« no previous file with comments | « icu52/patches/pmac.h.patch ('k') | icu52/patches/putil.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698