OSDN Git Service

2001-10-30 Paolo Bonzini <bonzini@gnu.org>
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Oct 2001 12:14:28 +0000 (12:14 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Oct 2001 12:14:28 +0000 (12:14 +0000)
commit1a5a5cd8e1186b23c202356655578e6f328aa361
tree2b186d54ffc78842ba447fb2fb99339ac3c52af3
parent7fb47f9f1adf513b1b2b5798de845536228fe16d
2001-10-30  Paolo Bonzini  <bonzini@gnu.org>

Localization fixes.
* c-decl.c (parmlist_tags_warning, start_struct,
check_for_loop_decls): Separate messages for struct, union and
enum cases to allow for languages in which they have different
genders.
* c-format.c (scanf_flag_specs): Separate short and long name of
the assignment suppression feature.
(check_format_types): Localize "pointer" and "different types"
strings.
* c-lex.c (lex_number): Localize "an unsigned long int" and
related strings.
(lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
warning message.
* c-typeck.c (build_unary_up): Separate messages for increment and
decrement cases to allow for languages in which they use different
articles.  Localize the strings "increment" and "decrement" in one
case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46635 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c
gcc/c-format.c
gcc/c-lex.c
gcc/c-typeck.c