diff options
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index f439272..8425340 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -46,7 +46,7 @@ typedef struct { typedef struct icofdata { - struct aouthdr hdr; /* exec file header */ +/* struct internal_aouthdr hdr; /* exec file header */ coff_symbol_type *symbols; /* symtab for input bfd */ unsigned int *conversion_table; file_ptr sym_filepos; |