aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch8.adb
diff options
context:
space:
mode:
authorHristian Kirtchev <kirtchev@adacore.com>2018-05-25 09:04:04 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2018-05-25 09:04:04 +0000
commit9ea43db62e4060461a01f116646ffcf3e87c15fb (patch)
treecb2b51dfff66853b22f7a45b1530858fc88e3881 /gcc/ada/exp_ch8.adb
parent41610f15111a8d1beda58a932e8469299ba7e486 (diff)
downloadgcc-9ea43db62e4060461a01f116646ffcf3e87c15fb.zip
gcc-9ea43db62e4060461a01f116646ffcf3e87c15fb.tar.gz
gcc-9ea43db62e4060461a01f116646ffcf3e87c15fb.tar.bz2
[Ada] Minor reformatting
2018-05-25 Hristian Kirtchev <kirtchev@adacore.com> gcc/ada/ * einfo.adb, einfo.ads, exp_ch3.adb, exp_ch8.adb, exp_unst.adb, pprint.adb, sem_ch12.adb, sem_ch3.adb, sem_prag.adb, sem_util.adb: Minor reformatting. From-SVN: r260727
Diffstat (limited to 'gcc/ada/exp_ch8.adb')
-rw-r--r--gcc/ada/exp_ch8.adb12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/exp_ch8.adb b/gcc/ada/exp_ch8.adb
index e2ffb91..279ba86 100644
--- a/gcc/ada/exp_ch8.adb
+++ b/gcc/ada/exp_ch8.adb
@@ -294,12 +294,12 @@ package body Exp_Ch8 is
Body_Id => Body_Id,
Param_Specs => Copy_Parameter_List (Id));
- -- Build body for renamed equality, to capture its current
- -- meaning. It may be redefined later, but the renaming is
- -- elaborated where it occurs. This is technically known as
- -- Squirreling semantics. Renaming is rewritten as a subprogram
- -- declaration, and the generated body is inserted into the
- -- freeze actions for the subprogram.
+ -- Build body for renamed equality, to capture its current meaning.
+ -- It may be redefined later, but the renaming is elaborated where
+ -- it occurs. This is technically known as Squirreling semantics.
+ -- Renaming is rewritten as a subprogram declaration, and the
+ -- generated body is inserted into the freeze actions for the
+ -- subprogram.
else
Decl :=