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-dlx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/cpu-dlx.c') diff --git a/bfd/cpu-dlx.c b/bfd/cpu-dlx.c index 2023ff53121..358a97bfa64 100644 --- a/bfd/cpu-dlx.c +++ b/bfd/cpu-dlx.c @@ -32,7 +32,7 @@ const bfd_arch_info_type bfd_dlx_arch = "dlx", "dlx", 4, - true, /* The one and only. */ + TRUE, /* The one and only. */ bfd_default_compatible, bfd_default_scan , 0, -- cgit v1.2.3