fix tipo in ifdef
authorIan Lance Taylor <ian@airs.com>
Thu, 26 Mar 1998 16:00:26 +0000 (16:00 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 26 Mar 1998 16:00:26 +0000 (16:00 +0000)
bfd/coffcode.h

index 5d99b0af8ed070ba0c85e717913cffdda3a593a6..b11cfb409937d7eac032426a06934f5599968ea7 100644 (file)
@@ -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;