ICU-96 fixed compile error

X-SVN-Rev: 4688
This commit is contained in:
Vladimir Weinstein 2001-05-16 18:22:58 +00:00
parent 4ca0061c2d
commit df9eda16d5

View File

@ -352,7 +352,7 @@ int uprv_uca_setMaxExpansion(uint32_t endexpansion,
} }
maxexpansion->position ++; maxexpansion->position ++;
#ifdef _DEBUG #ifdef UCOL_DEBUG
int temp; int temp;
UBool found = FALSE; UBool found = FALSE;
for (temp = 0; temp < maxexpansion->position; temp ++) { for (temp = 0; temp < maxexpansion->position; temp ++) {