Fix the gdb build with GCC 7
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index e1e1a00cae1f0d36a5b3a25c8899756d3585c3ca..198d6b6c3e4a3e5c858c6d936b437104b3f3d67e 100644 (file)
@@ -865,9 +865,9 @@ pascal_object_print_static_field (struct value *val,
        {
          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;
            }
        }
This page took 0.033664 seconds and 4 git commands to generate.