aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_util.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_util.ads')
-rw-r--r--gcc/ada/sem_util.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads
index 6151315..66c31c9 100644
--- a/gcc/ada/sem_util.ads
+++ b/gcc/ada/sem_util.ads
@@ -43,6 +43,11 @@ package Sem_Util is
-- Add A to the list of access types to process when expanding the
-- freeze node of E.
+ procedure Add_Contract_Item (Item : Node_Id; Subp_Id : Entity_Id);
+ -- Add a contract item (pragma Precondition, Postcondition, Test_Case,
+ -- Contract_Cases, Global, Depends) to the contract of a subprogram. Item
+ -- denotes a pragma and Subp_Id is the related subprogram.
+
procedure Add_Global_Declaration (N : Node_Id);
-- These procedures adds a declaration N at the library level, to be
-- elaborated before any other code in the unit. It is used for example