ICU-4468 Fix for gcc 4.

X-SVN-Rev: 17453
This commit is contained in:
George Rhoten 2005-04-01 22:50:37 +00:00
parent 3e62d68db9
commit 74308f6729

View file

@ -85,7 +85,7 @@ itoa(int32_t i, char* buf)
// Array of our test objects
struct
static struct
{
const char* name;
Locale *locale;
@ -108,7 +108,7 @@ param[] =
{ "ne", NULL, U_USING_DEFAULT_WARNING, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } }
};
int32_t bundles_count = sizeof(param) / sizeof(param[0]);
static const int32_t bundles_count = sizeof(param) / sizeof(param[0]);
//***************************************************************************************