diff options
Diffstat (limited to 'gdb/macroexp.c')
-rw-r--r-- | gdb/macroexp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/macroexp.c b/gdb/macroexp.c index 2c7b682..2ca341a 100644 --- a/gdb/macroexp.c +++ b/gdb/macroexp.c @@ -616,7 +616,7 @@ append_tokens_without_splicing (struct macro_buffer *dest, /* As far as I know, there's no case where inserting a space isn't enough to prevent a splice. */ internal_error (__FILE__, __LINE__, - "unable to avoid splicing tokens during macro expansion"); + _("unable to avoid splicing tokens during macro expansion")); } @@ -991,7 +991,7 @@ expand (const char *id, return 1; } else - internal_error (__FILE__, __LINE__, "bad macro definition kind"); + internal_error (__FILE__, __LINE__, _("bad macro definition kind")); } |