diff options
Diffstat (limited to 'gdb/p-lang.c')
-rw-r--r-- | gdb/p-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/p-lang.c b/gdb/p-lang.c index 8c0b6e5..3c3e645 100644 --- a/gdb/p-lang.c +++ b/gdb/p-lang.c @@ -288,7 +288,7 @@ pascal_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 Pascal fundamental type %d", typeid); + warning (_("internal error: no Pascal fundamental type %d"), typeid); break; case FT_VOID: type = init_type (TYPE_CODE_VOID, |