forked from Imagelibrary/binutils-gdb
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user