ICU-535 fixed some compiler warnings

X-SVN-Rev: 2394
This commit is contained in:
George Rhoten 2000-08-30 16:21:00 +00:00
parent 719eacfd9b
commit 8ad73783a6

View File

@ -27,8 +27,7 @@
#define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])
static UErrorCode status = U_ZERO_ERROR;
UCollator *en_us=0;
static UCollator *en_us=0;
void addCollIterTest(TestNode** root)