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

Unified Diff: icu52/patches/si_value.undef.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/segmentation.patch ('k') | icu52/patches/static.analysis.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/patches/si_value.undef.patch
===================================================================
--- icu52/patches/si_value.undef.patch (revision 261498)
+++ icu52/patches/si_value.undef.patch (working copy)
@@ -1,14 +0,0 @@
---- source/common/ucnvmbcs.c
-+++ source/common/ucnvmbcs.c
-@@ -56,6 +56,11 @@
- #include "cmemory.h"
- #include "cstring.h"
-
-+/* si_value is defined as a macro in some POSIX implementations' standard headers. */
-+#ifdef si_value
-+#undef si_value
-+#endif
-+
- /* control optimizations according to the platform */
- #define MBCS_UNROLL_SINGLE_TO_BMP 1
- #define MBCS_UNROLL_SINGLE_FROM_BMP 0
« no previous file with comments | « icu52/patches/segmentation.patch ('k') | icu52/patches/static.analysis.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698