diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-11-03 21:51:46 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-11-03 21:51:46 +0000 |
commit | e6313aee750b42582127c521f51f341118dcef10 (patch) | |
tree | bb10aeffada80441c6422c40d4c6094c28cc4670 /gcc/intl/localcharset.c | |
parent | 2e80c17d6ded7a23dae395eb6f93587ffe7f934d (diff) | |
download | gcc-e6313aee750b42582127c521f51f341118dcef10.zip gcc-e6313aee750b42582127c521f51f341118dcef10.tar.gz gcc-e6313aee750b42582127c521f51f341118dcef10.tar.bz2 |
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
Diffstat (limited to 'gcc/intl/localcharset.c')
-rw-r--r-- | gcc/intl/localcharset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/intl/localcharset.c b/gcc/intl/localcharset.c index 07c5058..b528ea7 100644 --- a/gcc/intl/localcharset.c +++ b/gcc/intl/localcharset.c @@ -55,6 +55,8 @@ # include <windows.h> #endif +#include "gettextP.h" + #ifndef DIRECTORY_SEPARATOR # define DIRECTORY_SEPARATOR '/' #endif |