diff options
Diffstat (limited to 'include/coff-mips.h')
-rwxr-xr-x | include/coff-mips.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/coff-mips.h b/include/coff-mips.h index 2222e56..2faad58 100755 --- a/include/coff-mips.h +++ b/include/coff-mips.h @@ -93,11 +93,3 @@ struct external_reloc { #define RELOC struct external_reloc #define RELSZ 12 - -/* These definitions are not used in ecoff, but they make it possible - for ecoff to use the same "internalcoff.h" as other coff implementations. */ - -#define SYMNMLEN 8 /* # characters in a symbol name */ -#define FILNMLEN 14 /* # characters in a file name */ -#define DIMNUM 4 /* # array dimensions in auxiliary entry */ - |