diff options
-rwxr-xr-x | include/internalcoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internalcoff.h b/include/internalcoff.h index 4c187dd..dbbb0ad 100755 --- a/include/internalcoff.h +++ b/include/internalcoff.h @@ -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 |