diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-29 11:03:27 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-29 11:03:27 +0000 |
commit | 0a1ae14d8559867ebcdd78abc5bc199f0d757364 (patch) | |
tree | 6616e736e6245bfa07207817435e403b4e13eb41 /gcc/ada/exp_ch3.adb | |
parent | f19e29b647ae848e03e17d1723e9a130aa5318ba (diff) | |
download | gcc-0a1ae14d8559867ebcdd78abc5bc199f0d757364.tar.gz |
2012-10-29 Robert Dewar <dewar@adacore.com>
* xr_tabls.adb, xr_tabls.ads, exp_ch9.adb, snames.adb-tmpl,
snames.ads-tmpl, exp_ch3.adb: Minor reformatting.
2012-10-29 Ed Schonberg <schonberg@adacore.com>
* sem_ch6.adb: Call Build_Subprogrm_Instance_Renamings only when
generating code.
2012-10-29 Robert Dewar <dewar@adacore.com>
* gnat_ugn.texi: Add documentation for -gnatw.k/-gnatw.K.
* ug_words: Add entries for -gnatw.k/.K for [NO]STANDARD_REDEFINITION.
* vms_data.ads: Add entries for [NO]STANDARD_REDEFINITION.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192929 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch3.adb')
-rw-r--r-- | gcc/ada/exp_ch3.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index 83ae4e4c711..0e703da2237 100644 --- a/gcc/ada/exp_ch3.adb +++ b/gcc/ada/exp_ch3.adb @@ -1538,7 +1538,7 @@ package body Exp_Ch3 is end if; -- Add _Chain (not done in the restricted profile because not used, - -- see comment of Create_Restricted_Task in s-tarest.ads). + -- see comment for Create_Restricted_Task in s-tarest.ads). if not Restricted_Profile then Append_To (Args, Make_Identifier (Loc, Name_uChain)); @@ -7809,7 +7809,7 @@ package body Exp_Ch3 is if not Restricted_Profile then -- No _Chain for the restricted profile because not used, see - -- comment of Create_Restricted_Task in s-tarest.ads. + -- comment for Create_Restricted_Task in s-tarest.ads. Append_To (Formals, Make_Parameter_Specification (Loc, |