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:
Ulrich Drepper 1999-09-27 07:12:38 +00:00
parent 549b3c3a85
commit df0997401f
2 changed files with 8 additions and 0 deletions

View File

@ -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>
* locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fix

View File

@ -317,6 +317,9 @@ read_directions (struct linereader *ldfile, struct token *arg,
valid = 1;
}
if (valid)
arg = lr_token (ldfile, charmap, repertoire);
if (arg->tok == tok_eof || arg->tok == tok_eol || arg->tok == tok_comma
|| arg->tok == tok_semicolon)
{