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

Unified Diff: public/common/unicode/plinux.h

Issue 16862003: Fix the typo in the previous CL for uClibc support in ICU Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 7 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/common/unicode/plinux.h
===================================================================
--- public/common/unicode/plinux.h (리비전 205673)
+++ public/common/unicode/plinux.h (작업 사본)
@@ -282,7 +282,7 @@
#if 1
#define U_TZSET tzset
#endif
-#ifdef !defined(__UCLIBC__)
+#if !defined(__UCLIBC__)
#define U_TIMEZONE __timezone
#endif
#if 1
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698