Use RS6000COFF_C, not AIXCOFF_C.
authorJohn Gilmore <gnu@cygnus>
Fri, 25 Oct 1991 07:17:33 +0000 (07:17 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 25 Oct 1991 07:17:33 +0000 (07:17 +0000)
include/internalcoff.h

index 4c187dd2b9436274ccb83ea01c2a88eacaca9c0f..dbbb0ad4463f24914ed6c198011172ad5961941a 100755 (executable)
@@ -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