l10nflist.c (_nl_normalize_codeset): Cast argument of ctype function to `unsigned...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 3 Nov 2001 21:51:46 +0000 (21:51 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 3 Nov 2001 21:51:46 +0000 (21:51 +0000)
commite6313aee750b42582127c521f51f341118dcef10
treebb10aeffada80441c6422c40d4c6094c28cc4670
parent2e80c17d6ded7a23dae395eb6f93587ffe7f934d
l10nflist.c (_nl_normalize_codeset): Cast argument of ctype function to `unsigned char'.

* l10nflist.c (_nl_normalize_codeset): Cast argument of ctype
function to `unsigned char'.
* loadmsgcat.c (_nl_load_domain): Likewise.
* localealias.c (read_alias_file, alias_compare): Likewise.
* localcharset.c: Include "gettextP.h".
* plural.y (__attribute__): Define.
(yyerror): Mark parameter with __attribute__ ((__unused__)).
* plural.c: Regenerate.

From-SVN: r46743
gcc/intl/ChangeLog
gcc/intl/l10nflist.c
gcc/intl/loadmsgcat.c
gcc/intl/localcharset.c
gcc/intl/localealias.c
gcc/intl/plural.c
gcc/intl/plural.y