* locale/programs/ld-collate.c (collate_read): Fix loop to match

macro name.
This commit is contained in:
Ulrich Drepper 2007-11-22 22:21:08 +00:00
parent 77f1e09a99
commit 3a63267450
2 changed files with 7 additions and 0 deletions

View File

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

View File

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