diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-06 10:15:25 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-06 10:15:25 +0000 |
commit | 86affdbda25a17db8f0915990768d3d69dcd4fc0 (patch) | |
tree | 2e6e0b2d3828c5f79c38eaca620f0b1b03be66b6 /gcc/ada/sem_util.ads | |
parent | 426294ba23837a3b1c5d6db91085ed04c87ecfa8 (diff) | |
download | gcc-86affdbda25a17db8f0915990768d3d69dcd4fc0.tar.gz |
2015-01-06 Thomas Quinot <quinot@adacore.com>
* sem_util.ads: Minor reformatting.
* sem_cat.adb (In_RCI_Visible_Declarations): Change back to...
(In_RCI_Declaration) Return to old name, as proper checking of
entity being in the visible part depends on entity kind and must
be done by the caller.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219249 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_util.ads')
-rw-r--r-- | gcc/ada/sem_util.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads index 7d9b2673f3d..162c4b6068b 100644 --- a/gcc/ada/sem_util.ads +++ b/gcc/ada/sem_util.ads @@ -469,7 +469,7 @@ package Sem_Util is -- -- Iterator loops also have a defining entity, which holds the list of -- local entities declared during loop expansion. These entities need - -- debugging information, generated through QUalify_Entity_Names, and + -- debugging information, generated through Qualify_Entity_Names, and -- the loop declaration must be placed in the table Name_Qualify_Units. function Denotes_Discriminant |