* locale/programs/ld-ctype.c (DEFAULT): Fix expression.
	(EMPTY): New.
	(wctype_table_finalize): Use it.
	(find_idx): Likewise.
	(wctype_table_get): Likewise.
This commit is contained in:
Andreas Jaeger 2001-08-09 17:04:08 +00:00
parent bd75759fda
commit de1fe205b9
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
2001-08-09 Andreas Jaeger <aj@suse.de>
* locale/programs/ld-ctype.c (DEFAULT): Fix expression.
(EMPTY): New.
(wctype_table_finalize): Use it.
(find_idx): Likewise.
(wctype_table_get): Likewise.
* configure.in: Add check for GCC 3.x.
2001-08-09 Ulrich Drepper <drepper@redhat.com>