diff options
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r-- | gcc/ada/prj.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index f161a8129e4..605c5bd12af 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -317,8 +317,9 @@ package Prj is -- The table for lists of names function Length - (Table : Name_List_Table.Instance; List : Name_List_Index) return Natural; - -- Return the number of elements in that list + (Table : Name_List_Table.Instance; + List : Name_List_Index) return Natural; + -- Return the number of elements in specified list type Number_List_Index is new Nat; No_Number_List : constant Number_List_Index := 0; |