From aed5701ba37a036747fb403e3eb485af571268aa Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 26 Mar 1998 16:00:26 +0000 Subject: [PATCH] fix tipo in ifdef --- bfd/coffcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 5d99b0af8ed..b11cfb40993 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -1327,7 +1327,7 @@ coff_mkobject_hook (abfd, filehdr, aouthdr) } #endif -#if defined ARM +#ifdef ARM /* Set the flags field from the COFF header read in */ if (! coff_arm_bfd_set_private_flags (abfd, internal_f->f_flags)) coff->flags = 0; -- 2.30.2