ICU-4163 ucol_cloneBinary & ucol_openBinary APIs - no C++ comments in C files

X-SVN-Rev: 16640
This commit is contained in:
Vladimir Weinstein 2004-10-27 02:09:07 +00:00
parent 956fce27a3
commit 436facf32a

View File

@ -694,7 +694,7 @@ addCollation(struct SResource *result, uint32_t startline, UErrorCode *status)
len = ucol_cloneBinary(coll, NULL, 0, &intStatus);
data = (uint8_t *)uprv_malloc(len);
len = ucol_cloneBinary(coll, data, len, &intStatus);
//data = ucol_cloneRuleData(coll, &len, &intStatus);
/*data = ucol_cloneRuleData(coll, &len, &intStatus);*/
/* tailoring rules version */
/* This is wrong! */