mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
* locale/programs/ld-collate.c (collate_read): Fix loop to match
macro name.
This commit is contained in:
parent
77f1e09a99
commit
3a63267450
@ -1,3 +1,8 @@
|
||||
2007-11-22 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/programs/ld-collate.c (collate_read): Fix loop to match
|
||||
macro name.
|
||||
|
||||
2007-11-19 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
|
||||
|
@ -4008,6 +4008,8 @@ error while adding equivalent collating symbol"));
|
||||
arg->val.str.lenmb) == 0
|
||||
&& curdef->str[arg->val.str.lenmb] == '\0')
|
||||
break;
|
||||
else
|
||||
curdef = curdef->next;
|
||||
|
||||
if ((nowtok == tok_ifdef && curdef != NULL)
|
||||
|| (nowtok == tok_ifndef && curdef == NULL))
|
||||
|
Loading…
Reference in New Issue
Block a user