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

Side by Side Diff: patches/pandroid.h.patch

Issue 203823003: Add support for QNX Neutrino part2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: Per Mark's comments Created 6 years, 9 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 | « icu.gyp ('k') | patches/platform.qnx.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/public/common/unicode/pandroid.h 1 --- a/source/common/unicode/pandroid.h
2 +++ b/public/common/unicode/pandroid.h 2 +++ b/source/common/unicode/pandroid.h
3 @@ -272,7 +272,7 @@ 3 @@ -272,7 +272,7 @@
4 /*===========================================================================*/ 4 /*===========================================================================*/
5 5
6 #ifndef U_HAVE_NL_LANGINFO_CODESET 6 #ifndef U_HAVE_NL_LANGINFO_CODESET
7 -#define U_HAVE_NL_LANGINFO_CODESET 1 7 -#define U_HAVE_NL_LANGINFO_CODESET 1
8 +#define U_HAVE_NL_LANGINFO_CODESET 0 8 +#define U_HAVE_NL_LANGINFO_CODESET 0
9 #endif 9 #endif
10 10
11 #ifndef U_NL_LANGINFO_CODESET 11 #ifndef U_NL_LANGINFO_CODESET
12 @@ -283,7 +283,7 @@ 12 @@ -283,7 +283,7 @@
13 #define U_TZSET tzset 13 #define U_TZSET tzset
14 #endif 14 #endif
15 #if 1 15 #if 1
16 -#define U_TIMEZONE __timezone 16 -#define U_TIMEZONE __timezone
17 +#define U_TIMEZONE timezone 17 +#define U_TIMEZONE timezone
18 #endif 18 #endif
19 #if 1 19 #if 1
20 #define U_TZNAME tzname 20 #define U_TZNAME tzname
21 @@ -331,7 +331,7 @@ 21 @@ -331,7 +331,7 @@
22 # ifdef __cplusplus 22 # ifdef __cplusplus
23 # define U_INLINE inline 23 # define U_INLINE inline
24 # else 24 # else
25 -# define U_INLINE __inline__ 25 -# define U_INLINE __inline__
26 +# define U_INLINE inline 26 +# define U_INLINE inline
27 # endif 27 # endif
28 #endif 28 #endif
29 29
OLDNEW
« no previous file with comments | « icu.gyp ('k') | patches/platform.qnx.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698