Remove ref_dynamic_nonweak added by accident
[deliverable/binutils-gdb.git] / gdb / typeprint.h
index 71bac0189999f0fda913313e940a6020bb276231..a201bddd01e74d493feb25cebe15936b42f8ba2c 100644 (file)
@@ -38,6 +38,14 @@ struct type_print_options
   /* If not NULL, a local typedef hash table used when printing a
      type.  */
   struct typedef_hash_table *local_typedefs;
+
+  /* If not NULL, a global typedef hash table used when printing a
+     type.  */
+  struct typedef_hash_table *global_typedefs;
+
+  /* The list of type printers associated with the global typedef
+     table.  This is intentionally opaque.  */
+  void *global_printers;
 };
 
 extern const struct type_print_options type_print_raw_options;
This page took 0.024267 seconds and 4 git commands to generate.