mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6124 make likely_subtags symbol private
X-SVN-Rev: 24118
This commit is contained in:
parent
f5b2610706
commit
607c301b0d
1 changed files with 1 additions and 1 deletions
|
@ -3181,7 +3181,7 @@ compareStringPairStructs(const void *left, const void *right)
|
|||
*
|
||||
* This array maps a set of tags to its likely maximal set of tags.
|
||||
*/
|
||||
const StringPair likely_subtags[] = {
|
||||
static const StringPair likely_subtags[] = {
|
||||
{
|
||||
/* { Afar; ?; ? } => { Afar; Latin; Ethiopia } */
|
||||
"aa",
|
||||
|
|
Loading…
Add table
Reference in a new issue