diff options
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r-- | bfd/libaout.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h index 1f89385..330f60e 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -44,10 +44,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define BYTES_IN_WORD 4 #endif /* ARCH_SIZE==32 */ -/* Declare these types at file level, since they are used in parameter - lists, which have wierd scope. */ +/* Declare at file level, since it isused in parameter lists, which + have weird scope. */ struct external_exec; -struct internal_exec; /* Back-end information for various a.out targets. */ struct aout_backend_data |