mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Update.
1999-09-27 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-collate.c (read_directions): Read new token after accepting sorting rule.
This commit is contained in:
parent
549b3c3a85
commit
df0997401f
@ -1,3 +1,8 @@
|
|||||||
|
1999-09-27 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* locale/programs/ld-collate.c (read_directions): Read new token
|
||||||
|
after accepting sorting rule.
|
||||||
|
|
||||||
1999-09-26 Ulrich Drepper <drepper@cygnus.com>
|
1999-09-26 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fix
|
* locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fix
|
||||||
|
@ -317,6 +317,9 @@ read_directions (struct linereader *ldfile, struct token *arg,
|
|||||||
valid = 1;
|
valid = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (valid)
|
||||||
|
arg = lr_token (ldfile, charmap, repertoire);
|
||||||
|
|
||||||
if (arg->tok == tok_eof || arg->tok == tok_eol || arg->tok == tok_comma
|
if (arg->tok == tok_eof || arg->tok == tok_eol || arg->tok == tok_comma
|
||||||
|| arg->tok == tok_semicolon)
|
|| arg->tok == tok_semicolon)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user