Add comments.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jul 2009 14:44:10 +0000 (14:44 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jul 2009 14:44:10 +0000 (14:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150122 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/prj.ads

index ff2e01f..e2aec8c 100644 (file)
@@ -609,6 +609,8 @@ package Prj is
    No_Unit_Index : constant Unit_Index := null;
    --  Name and File and Path names of a unit, with a reference to its
    --  GNAT Project File(s).
+   --  Some units might have neither Spec nor Impl when they were created for
+   --  a "separate".
 
    type Source_Data is record
       Project                : Project_Id          := No_Project;