Fix pthread_setname_np build error
[deliverable/binutils-gdb.git] / gdb / p-typeprint.c
index da30d4a3ac2802f399e6b535d4237972cd2bdd51..f501aad549b97b7a206e24cf426e8e14556d47ac 100644 (file)
@@ -99,7 +99,7 @@ pascal_print_typedef (struct type *type, struct symbol *new_symbol,
 {
   type = check_typedef (type);
   fprintf_filtered (stream, "type ");
-  fprintf_filtered (stream, "%s = ", SYMBOL_PRINT_NAME (new_symbol));
+  fprintf_filtered (stream, "%s = ", new_symbol->print_name ());
   type_print (type, "", stream, 0);
   fprintf_filtered (stream, ";");
 }
This page took 0.023657 seconds and 4 git commands to generate.