bfd/
[deliverable/binutils-gdb.git] / gdb / p-lang.c
index 8c0b6e5ac1b52c6d537ec969b33df8f820b805b0..3c3e645d872d4e4be5960fc1b22ad9cf662cfba8 100644 (file)
@@ -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,
This page took 0.035195 seconds and 4 git commands to generate.