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

Side by Side Diff: icu52/patches/si_value.undef.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/pnacl.h.patch ('k') | icu52/patches/ubrk.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 --- source/common/ucnvmbcs.c 1 --- source/common/ucnvmbcs.c
2 +++ source/common/ucnvmbcs.c 2 +++ source/common/ucnvmbcs.c
3 @@ -56,6 +56,11 @@ 3 @@ -56,6 +56,11 @@
4 #include "cmemory.h" 4 #include "cmemory.h"
5 #include "cstring.h" 5 #include "cstring.h"
6 6
7 +/* si_value is defined as a macro in some POSIX implementations' standard heade rs. */ 7 +/* si_value is defined as a macro in some POSIX implementations' standard heade rs. */
8 +#ifdef si_value 8 +#ifdef si_value
9 +#undef si_value 9 +#undef si_value
10 +#endif 10 +#endif
11 + 11 +
12 /* control optimizations according to the platform */ 12 /* control optimizations according to the platform */
13 #define MBCS_UNROLL_SINGLE_TO_BMP 1 13 #define MBCS_UNROLL_SINGLE_TO_BMP 1
14 #define MBCS_UNROLL_SINGLE_FROM_BMP 0 14 #define MBCS_UNROLL_SINGLE_FROM_BMP 0
OLDNEW
« no previous file with comments | « icu52/patches/pnacl.h.patch ('k') | icu52/patches/ubrk.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698