diff options
author | Robert Dewar <dewar@adacore.com> | 2009-07-30 09:23:06 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-30 11:23:06 +0200 |
commit | 16c5f1c6245a40a82bf79b2b9733158fe5604f31 (patch) | |
tree | 8ff2cf737ef3c3eb332181ccf26bd3e56f725988 /gcc/ada/sem_ch7.adb | |
parent | 08dab97a61578a3f9145786b3d07f73cb63ef276 (diff) | |
download | gcc-16c5f1c6245a40a82bf79b2b9733158fe5604f31.tar.gz |
a-teioed.adb, [...]: Minor reformatting
2009-07-30 Robert Dewar <dewar@adacore.com>
* a-teioed.adb, exp_disp.adb, s-linux-hppa.ads, s-linux.ads,
s-tasini.adb, sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch6.adb,
sem_ch7.adb: Minor reformatting
From-SVN: r150251
Diffstat (limited to 'gcc/ada/sem_ch7.adb')
-rw-r--r-- | gcc/ada/sem_ch7.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch7.adb b/gcc/ada/sem_ch7.adb index 4edcfe76bcb..27505f215a9 100644 --- a/gcc/ada/sem_ch7.adb +++ b/gcc/ada/sem_ch7.adb @@ -1912,7 +1912,7 @@ package body Sem_Ch7 is Set_Is_Limited_Record (Id, Limited_Present (Def)); Set_Has_Delayed_Freeze (Id, True); - -- Create a class-wide type with the same attributes. + -- Create a class-wide type with the same attributes Make_Class_Wide_Type (Id); |