aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2010-02-01 10:19:12 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-02-01 10:19:12 -0800
commit926f3eea58faae7d1f8dc04add13adf126cae068 (patch)
tree7da9c23e80eb93fa42268cbe1a0122b858bd42c3
parent02f2b89ea5532d9361ecdce675c8cbe19433724e (diff)
parent048cafb701da8eabfd945831aa383af3816b00fa (diff)
downloadicu4c-926f3eea58faae7d1f8dc04add13adf126cae068.tar.gz
Merge "Modify a comment so that we can compile it without an error."
-rw-r--r--common/ustr_wcs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/ustr_wcs.c b/common/ustr_wcs.c
index 2b211723..1a706d04 100644
--- a/common/ustr_wcs.c
+++ b/common/ustr_wcs.c
@@ -25,12 +25,12 @@
#include "ustr_imp.h"
#include "ustr_cnv.h"
-// BEGIN android-changed
+/* BEGIN android-changed */
#ifdef HAVE_ANDROID_OS
-// Android has stubbed out wchar support, where sizeof(wchar_t) == 1.
+/* Android has stubbed out wchar support, where sizeof(wchar_t) == 1. */
#define MB_CUR_MAX (1)
#endif
-// END android-changed
+/* END android-changed */
#if defined(U_WCHAR_IS_UTF16) || defined(U_WCHAR_IS_UTF32) || !UCONFIG_NO_CONVERSION