ICU-3050 dont use // in C files

X-SVN-Rev: 12692
This commit is contained in:
Ram Viswanadha 2003-07-25 23:02:40 +00:00
parent 84fa358619
commit 66179b902e

View file

@ -100,7 +100,7 @@ parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError,
u_parseDelimitedFile(filename, ';', fields, 3, strprepProfileLineFn, (void*)data, pErrorCode);
//fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);
/*fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);*/
if(U_FAILURE(*pErrorCode) && (reportError || *pErrorCode!=U_FILE_ACCESS_ERROR)) {
log_err( "testidn error: u_parseDelimitedFile(\"%s\") failed - %s\n", filename, u_errorName(*pErrorCode));