diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-09 14:59:55 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-09 14:59:55 +0000 |
commit | eba2aae511fc844543f6d2845fac82544617f76d (patch) | |
tree | 4cb47b83e2b0f42ab42d54d9b0a4fb49b2a68d93 /gcc/ada/sem_aux.ads | |
parent | 8e14cc65d0226cf4a44421a8183cd0bccd651897 (diff) | |
download | gcc-eba2aae511fc844543f6d2845fac82544617f76d.tar.gz |
2010-10-09 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 165222
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@165232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_aux.ads')
-rwxr-xr-x | gcc/ada/sem_aux.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_aux.ads b/gcc/ada/sem_aux.ads index 490f8e3d5d4..133788ea07d 100755 --- a/gcc/ada/sem_aux.ads +++ b/gcc/ada/sem_aux.ads @@ -165,7 +165,7 @@ package Sem_Aux is -- discriminant values or a class wide type or subtype and returns True if -- so. False for other type entities, or any entities that are not types. - function Is_Inherently_Limited_Type (Ent : Entity_Id) return Boolean; + function Is_Immutably_Limited_Type (Ent : Entity_Id) return Boolean; -- Ent is any entity. True for a type that is "inherently" limited (i.e. -- cannot become nonlimited). From the Ada 2005 RM-7.5(8.1/2), "a type with -- a part that is of a task, protected, or explicitly limited record type". |