diff options
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r-- | gcc/ada/prj.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index 9928bd3..670e690 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -1442,6 +1442,8 @@ package Prj is Source_Paths_HT : Source_Paths_Htable.Instance; -- Full path to Source_Id + -- ??? What is behavior for multi-unit source files, where there are + -- several source_id per file ? Source_Info_File_Name : String_Access := null; -- The name of the source info file, if specified by the builder |