Fixed arrays some more...
[repair.git] / Repair / RepairCompiler / structextract / typedata.h
index 76326c573dffcfb6ee1ab06b64c49b2df1e1b180..c08cfffb127811ec031dc2870fc24ceadd61f8fa 100755 (executable)
@@ -79,6 +79,13 @@ typedef struct
   dwarf_entry* target_ptr; // Type that this entry modifies (DW_AT_type)
 } consttype;
 
+typedef struct
+{ 
+  unsigned long target_ID; // ID of the entry that contains the type that this modifies
+  dwarf_entry* target_ptr; // Type that this entry modifies (DW_AT_type)
+  long data_member_location; // Addr offset relative to struct head
+} inherit;
+
 // collection_type = {structure_type, union_type, enumeration_type}
 typedef struct
 {