mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
* locale/programs/ld-collate.c (collate_read): Fix warning.
This commit is contained in:
parent
c389162628
commit
36388ac46a
@ -1,5 +1,7 @@
|
||||
2000-03-14 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/programs/ld-collate.c (collate_read): Fix warning.
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
|
||||
values and macros for register names.
|
||||
|
||||
|
@ -3392,7 +3392,8 @@ error while adding equivalent collating symbol"));
|
||||
{
|
||||
lr_error (ldfile,
|
||||
_("%s: order for `%.*s' already defined at %s:%zu"),
|
||||
"LC_COLLATE", 9, "UNDEFINED", collate->undefined.file,
|
||||
"LC_COLLATE", 9, "UNDEFINED",
|
||||
(int) collate->undefined.file,
|
||||
collate->undefined.line);
|
||||
lr_ignore_rest (ldfile, 0);
|
||||
}
|
||||
|
@ -1346,7 +1346,7 @@ Polish
|
||||
The header entry would look like this:
|
||||
|
||||
@smallexample
|
||||
nplurals=4; plural=n==1 ? 0 : n%10==2 ? 1 : n==3 || n+=4 ? 2 : 3
|
||||
nplurals=4; plural=n==1 ? 0 : n%10==2 ? 1 : n%10==3 || n%10==4 ? 2 : 3
|
||||
@end smallexample
|
||||
|
||||
@noindent
|
||||
|
Loading…
Reference in New Issue
Block a user