X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..4648c0c39735753337a81b476489b5e4771231c2:/icuSources/test/intltest/restest.cpp diff --git a/icuSources/test/intltest/restest.cpp b/icuSources/test/intltest/restest.cpp index a4fb06dd..9471bf89 100644 --- a/icuSources/test/intltest/restest.cpp +++ b/icuSources/test/intltest/restest.cpp @@ -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]); //***************************************************************************************