diff options
Diffstat (limited to 'bfd/hosts/harris.h')
-rw-r--r-- | bfd/hosts/harris.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bfd/hosts/harris.h b/bfd/hosts/harris.h index 274ccbd..e628680 100644 --- a/bfd/hosts/harris.h +++ b/bfd/hosts/harris.h @@ -21,19 +21,5 @@ extern void EXFUN(exit,(int)); extern void EXFUN(bzero,(char *, int)); extern int strtol(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; #include "fopen-same.h" |