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/aout-encap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bfd/aout-encap.c') diff --git a/bfd/aout-encap.c b/bfd/aout-encap.c index 84c46c60756..1a794ec978b 100644 --- a/bfd/aout-encap.c +++ b/bfd/aout-encap.c @@ -1,5 +1,5 @@ /* BFD back-end for a.out files encapsulated with COFF headers. - Copyright 1990, 1991, 1994, 1995, 2000, 2001 + Copyright 1990, 1991, 1994, 1995, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -123,7 +123,7 @@ encap_real_callback (abfd) Section contents have already been written. We write the file header, symbols, and relocation. */ -boolean +bfd_boolean encap_write_object_contents (abfd) bfd *abfd; { @@ -230,7 +230,7 @@ encap_write_object_contents (abfd) text_size -= N_TXTOFF (outheader); WRITE_HEADERS(abfd, execp); - return true; + return TRUE; } #define MY_write_object_content encap_write_object_contents -- cgit v1.2.1