diff options
Diffstat (limited to 'gcc/ada/sem_prag.ads')
-rw-r--r-- | gcc/ada/sem_prag.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_prag.ads b/gcc/ada/sem_prag.ads index c01c5f2..13ec1a3 100644 --- a/gcc/ada/sem_prag.ads +++ b/gcc/ada/sem_prag.ads @@ -32,8 +32,8 @@ with Types; use Types; package Sem_Prag is - -- The following table lists all the user-defined pragmas that may apply to - -- a body stub. + -- The following table lists all the implementation-defined pragmas that + -- may apply to a body stub (no language defined pragmas apply). Pragma_On_Stub_OK : constant array (Pragma_Id) of Boolean := (Pragma_Refined_Pre => True, |