aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch4.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-10-16 15:03:16 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2015-10-16 15:03:16 +0200
commit00c93ba2f24b4f23328c7f98c366a5fb2ec65108 (patch)
tree221d3dce05efe75a58cbe161a4ebfe8f60882c33 /gcc/ada/sem_ch4.adb
parent65cddf367d0eda1283d398e9933768286c1386fd (diff)
downloadgcc-00c93ba2f24b4f23328c7f98c366a5fb2ec65108.zip
gcc-00c93ba2f24b4f23328c7f98c366a5fb2ec65108.tar.gz
gcc-00c93ba2f24b4f23328c7f98c366a5fb2ec65108.tar.bz2
[multiple changes]
2015-10-16 Eric Botcazou <ebotcazou@adacore.com> * a-tags.ads (Parent_Size): Remove obsolete pragma Export. * s-finmas.ads (Header_Offset): Delete. * s-finmas.adb (Header_Offset): Likewise. (Finalize): Call Header_Size instead of Header_Offset. * s-stposu.adb (Allocate_Any_Controlled): Likewise. (Deallocate_Any_Controlled): Likewise. 2015-10-16 Arnaud Charlet <charlet@adacore.com> * a-exetim.ads, a-exetim-mingw.ads, a-exetim-default.ads: Whitespace cleanup. * s-osprim-mingw.adb, einfo.ads, sem_util.adb, sem_util.ads, sem_ch4.adb, sem_ch13.adb, s-trasym.adb, s-trasym.ads, s-taprop-posix.adb: Minor reformatting. From-SVN: r228895
Diffstat (limited to 'gcc/ada/sem_ch4.adb')
-rw-r--r--gcc/ada/sem_ch4.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb
index 0c4a901..ebd9a8f 100644
--- a/gcc/ada/sem_ch4.adb
+++ b/gcc/ada/sem_ch4.adb
@@ -8174,7 +8174,7 @@ package body Sem_Ch4 is
or else Is_Incomplete_Type (Obj_Type)
then
- -- Restore previous type if current one is not legal candidate.
+ -- Restore previous type if current one is not legal candidate
Obj_Type := Prev_Obj_Type;
return;