From b34976b65aea8f33690229600bbf4527ec3118e1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 30 Nov 2002 08:39:46 +0000 Subject: s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify comparisons of bfd_boolean vars with TRUE/FALSE. Formatting. --- bfd/cpu-m32r.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bfd/cpu-m32r.c') diff --git a/bfd/cpu-m32r.c b/bfd/cpu-m32r.c index c28b7da41eb..bebc2ed4b7e 100644 --- a/bfd/cpu-m32r.c +++ b/bfd/cpu-m32r.c @@ -1,5 +1,5 @@ /* BFD support for the M32R processor. - Copyright 1996, 1999, 2000 Free Software Foundation, Inc. + Copyright 1996, 1999, 2000, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -29,11 +29,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ static const bfd_arch_info_type arch_info_struct[] = { - N (bfd_mach_m32rx, "m32rx", false, NULL) + N (bfd_mach_m32rx, "m32rx", FALSE, NULL) }; #undef NEXT #define NEXT &arch_info_struct[0] const bfd_arch_info_type bfd_m32r_arch = - N (bfd_mach_m32r, "m32r", true, NEXT); + N (bfd_mach_m32r, "m32r", TRUE, NEXT); -- cgit v1.2.1