aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/table.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/table.ads')
-rw-r--r--gcc/ada/table.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/table.ads b/gcc/ada/table.ads
index 79bf6705e33..2b398d762cd 100644
--- a/gcc/ada/table.ads
+++ b/gcc/ada/table.ads
@@ -187,6 +187,9 @@ package Table is
-- i.e. the table size is increased by one, and the given new item
-- stored in the newly created table element.
+ procedure Append_All (New_Vals : Table_Type);
+ -- Appends all components of New_Vals
+
procedure Set_Item
(Index : Table_Index_Type;
Item : Table_Component_Type);