forked from Imagelibrary/binutils-gdb
* basic_blocks.c: Replace bool with boolean, TRUE with true and
FALSE with false throughout. * basic_blocks.h: Likewise. * cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gmon_io.c: Likewise. * gprof.c: Likewise. * hist.c: Likewise. * mips.c: Likewise. * source.c: Likewise. * source.h: Likewise. * sym_ids.c: Likewise. * sym_ids.h: Likewise. * symtab.h: Likewise. * tahoe.c: Likewise. * vax.c: Likewise. * gprof.h: Likewise. (TRUE): Don't define. (FALSE): Don't define.
This commit is contained in:
@@ -33,7 +33,7 @@ typedef struct source_file
|
||||
Source_File;
|
||||
|
||||
/* Options. */
|
||||
extern bool create_annotation_files; /* Create annotated output files? */
|
||||
extern boolean create_annotation_files; /* Create annotated output files? */
|
||||
|
||||
/* List of directories to search for source files. */
|
||||
extern Search_List src_search_list;
|
||||
|
||||
Reference in New Issue
Block a user