diff options
Diffstat (limited to 'gprof/source.h')
-rw-r--r-- | gprof/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/source.h b/gprof/source.h index 746848e..6e2e18f 100644 --- a/gprof/source.h +++ b/gprof/source.h @@ -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; |