aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2010-02-01 10:14:48 -0800
committerDaisuke Miyakawa <dmiyakawa@google.com>2010-02-01 10:14:48 -0800
commit048cafb701da8eabfd945831aa383af3816b00fa (patch)
treec5c64cae0dd3bf598e4e7b6ea44b97d70ed9b7e4
parentcfab1ead933c2a0a0f6097dd467fc2e02737aab0 (diff)
downloadicu4c-048cafb701da8eabfd945831aa383af3816b00fa.tar.gz
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