diff options
Diffstat (limited to 'gcc/ada/restrict.ads')
-rw-r--r-- | gcc/ada/restrict.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/restrict.ads b/gcc/ada/restrict.ads index 5cae0d6..4f414aa 100644 --- a/gcc/ada/restrict.ads +++ b/gcc/ada/restrict.ads @@ -336,6 +336,7 @@ package Restrict is -- Id is a node whose Chars field contains the name of a restriction. -- If it is one of synonyms that we allow for historical purposes (for -- list see System.Rident), then the proper official name is returned. + -- In addition, No_Elaboration_Code_All returns Name_No_Elaboration_Code. -- Otherwise the Chars field of the argument is returned unchanged. function Restriction_Active (R : All_Restrictions) return Boolean; |