i386: Align branches within a fixed boundary
[deliverable/binutils-gdb.git] / gdb / cp-valprint.c
index e445d42d3fa98f2ca4d9a1e88cc6e6105ee9a88f..0ec84f6799e7d1c7da309b5abf0ef6da7e941951 100644 (file)
@@ -638,9 +638,9 @@ cp_print_static_field (struct type *type,
        {
          if (value_address (val) == first_dont_print[i])
            {
-             fputs_filtered ("<same as static member of an already"
-                             " seen type>",
-                             stream);
+             fputs_styled (_("<same as static member of an already"
+                             " seen type>"),
+                           metadata_style.style (), stream);
              return;
            }
        }
@@ -670,9 +670,9 @@ cp_print_static_field (struct type *type,
        {
          if (target_type == first_dont_print[i])
            {
-             fputs_filtered ("<same as static member of an already"
-                             " seen type>",
-                             stream);
+             fputs_styled (_("<same as static member of an already"
+                             " seen type>"),
+                           metadata_style.style (), stream);
              return;
            }
        }
This page took 0.025235 seconds and 4 git commands to generate.