* internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM): Define these

for internalcoff, separately from the various external coff's.
* amdcoff.h, bcs88kcoff.h, i386coff.h, intel-coff.h, m68kcoff.h,
m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for
the external struct definitions.
* ecoff.h: Remove these #define's, kludge no longer needed.
This commit is contained in:
John Gilmore
1991-09-12 21:27:49 +00:00
parent 96e0dd9633
commit 054862cfa1
9 changed files with 45 additions and 44 deletions

View File

@@ -151,6 +151,10 @@ struct internal_lineno {
/********************** SYMBOLS **********************/
#define SYMNMLEN 8 /* # characters in a symbol name */
#define FILNMLEN 14 /* # characters in a file name */
#define DIMNUM 4 /* # array dimensions in auxiliary entry */
struct internal_syment {
union {
char _n_name[SYMNMLEN]; /* old COFF version */