ICU-96 Vladimir cannot change literal to a named constant without messing things up!

X-SVN-Rev: 4539
This commit is contained in:
Vladimir Weinstein 2001-04-24 05:13:25 +00:00
parent 662d4ab558
commit c46917cfb0

View File

@ -405,7 +405,7 @@ U_CFUNC uint32_t ucol_getSimpleCEGenerator(ucolCEGenerator *g, UColToken *tok, u
}
g->noOfRanges = ucol_allocWeights(low, high, count, g->ranges);
g->current = UCOL_BYTE_COMMON;
g->current = UCOL_BYTE_COMMON<<24;
if(g->noOfRanges == 0) {
*status = U_INTERNAL_PROGRAM_ERROR;