diff options
author | Baurzhan Ismagulov <ibr@radix50.net> | 2005-01-29 17:53:26 +0000 |
---|---|---|
committer | Baurzhan Ismagulov <ibr@radix50.net> | 2005-01-29 17:53:26 +0000 |
commit | 3d263c1d0a2f82fcf209a00e029b32ac8cf8f838 (patch) | |
tree | 4c8fcfbe635f21cba7c4165e70b9352247ec08a8 /gdb/c-lang.c | |
parent | a80493b821dfa3fee047adfb9250c41b4a2e211a (diff) | |
download | gdb-3d263c1d0a2f82fcf209a00e029b32ac8cf8f838.zip gdb-3d263c1d0a2f82fcf209a00e029b32ac8cf8f838.tar.gz gdb-3d263c1d0a2f82fcf209a00e029b32ac8cf8f838.tar.bz2 |
2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
* ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
* buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
* coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c index fa53927..0916bb8 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -149,7 +149,7 @@ c_printstr (struct ui_file *stream, const bfd_byte *string, in_quotes = 0; } LA_PRINT_CHAR (current_char, stream); - fprintf_filtered (stream, " <repeats %u times>", reps); + fprintf_filtered (stream, _(" <repeats %u times>"), reps); i = rep1 - 1; things_printed += repeat_count_threshold; need_comma = 1; @@ -220,7 +220,7 @@ c_create_fundamental_type (struct objfile *objfile, int typeid) type = init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, 0, "<?type?>", objfile); - warning ("internal error: no C/C++ fundamental type %d", typeid); + warning (_("internal error: no C/C++ fundamental type %d"), typeid); break; case FT_VOID: type = init_type (TYPE_CODE_VOID, |