Use RS6000COFF_C, not AIXCOFF_C.

This commit is contained in:
John Gilmore 1991-10-25 07:17:33 +00:00
parent cc97dfbba7
commit 85d433c30d
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ struct internal_reloc {
long r_symndx; /* Index into symbol table */
unsigned short r_type; /* Relocation type */
#if AIXCOFF_C
#if RS6000COFF_C
unsigned char r_size;
#endif