From 85d433c30da1d554692c64ee10725ce3bcac5cfd Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 25 Oct 1991 07:17:33 +0000 Subject: [PATCH] Use RS6000COFF_C, not AIXCOFF_C. --- include/internalcoff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internalcoff.h b/include/internalcoff.h index 4c187dd2b94..dbbb0ad4463 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 -- 2.30.2