Add comments.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 27 Jul 2009 14:44:10 +0000 (16:44 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 27 Jul 2009 14:44:10 +0000 (16:44 +0200)
From-SVN: r150122

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;