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. --- gprof/source.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gprof/source.h') diff --git a/gprof/source.h b/gprof/source.h index 6cc23ab8b4f..53eac5eca73 100644 --- a/gprof/source.h +++ b/gprof/source.h @@ -33,7 +33,9 @@ typedef struct source_file Source_File; /* Options. */ -extern boolean create_annotation_files; /* Create annotated output files? */ + +/* Create annotated output files? */ +extern bfd_boolean create_annotation_files; /* List of directories to search for source files. */ extern Search_List src_search_list; -- cgit v1.2.1