diff options
Diffstat (limited to 'gprof/source.h')
-rw-r--r-- | gprof/source.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gprof/source.h b/gprof/source.h index 6cc23ab8b4..53eac5eca7 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; |