diff options
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r-- | gcc/diagnostic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 564c488..634ff51 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -729,7 +729,7 @@ v_message_with_decl (decl, warn, msgid, ap) { const char *n = (DECL_NAME (decl) ? (*decl_printable_name) (decl, 2) - : "((anonymous))"); + : _("((anonymous))")); if (doing_line_wrapping ()) output_add_string (&buffer, n); else |