s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify

comparisons of bfd_boolean vars with TRUE/FALSE.  Formatting.
This commit is contained in:
Alan Modra
2002-11-30 08:39:46 +00:00
parent 583d52d728
commit b34976b65a
431 changed files with 27178 additions and 25605 deletions

View File

@@ -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;