* locale/programs/ld-collate.c (collate_read): Fix warning.
This commit is contained in:
Ulrich Drepper 2000-03-15 03:30:14 +00:00
parent c389162628
commit 36388ac46a
3 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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);
}

View File

@ -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