]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-large_collate_tables.patch
- added dirs for dz,km,mg messages
[packages/glibc.git] / glibc-large_collate_tables.patch
1 --- glibc-2.3.6/locale/programs/ld-collate.c~   2005-11-08 17:12:52.000000000 +0000
2 +++ glibc-2.3.6/locale/programs/ld-collate.c    2005-11-08 17:12:52.000000000 +0000
3 @@ -2476,7 +2476,7 @@
4        runp = runp->next;
5      }
6    /* Add 40% and find the next prime number.  */
7 -  elem_size = MIN (next_prime (elem_size * 1.4), 257);
8 +  elem_size = MIN (next_prime (elem_size * 1.4), 4097);
9  
10    /* Allocate the table.  Each entry consists of two words: the hash
11       value and an index in a secondary table which provides the index
This page took 0.029063 seconds and 3 git commands to generate.