From: Ian Lance Taylor Date: Thu, 26 Mar 1998 16:00:26 +0000 (+0000) Subject: fix tipo in ifdef X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aed5701ba37a036747fb403e3eb485af571268aa;p=binutils-gdb.git fix tipo in ifdef --- 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;