diff options
author | Robert Dewar <dewar@adacore.com> | 2011-08-31 08:40:22 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-31 10:40:22 +0200 |
commit | 7cda9727babdc93f846191782dcc4c0cdba25d26 (patch) | |
tree | d9b4cce8e8d74851b26f0940edbef384eadeaf11 /gcc/ada/sem_res.adb | |
parent | 0a190dfd4af27afb8eaf03082af81acbb5bf8a80 (diff) | |
download | gcc-7cda9727babdc93f846191782dcc4c0cdba25d26.tar.gz |
s-taprop-vxworks.adb, [...]: Minor reformatting.
2011-08-31 Robert Dewar <dewar@adacore.com>
* s-taprop-vxworks.adb, sem_ch5.adb, s-taprop-tru64.adb, exp_alfa.adb,
s-taprop-vms.adb, bindgen.adb, s-mudido.adb, s-mudido.ads,
sem_res.adb, expander.adb, s-taprop-mingw.adb, s-taprop-linux.adb,
s-taprop-solaris.adb, s-mudido-affinity.adb, vms_conv.adb,
s-taprop-irix.adb, s-taprop.ads, s-taskin.adb, s-taskin.ads,
s-taprop-hpux-dce.adb, a-chtgbo.adb, s-taprop-posix.adb: Minor
reformatting.
From-SVN: r178357
Diffstat (limited to 'gcc/ada/sem_res.adb')
-rw-r--r-- | gcc/ada/sem_res.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_res.adb b/gcc/ada/sem_res.adb index c2aa4046945..3ef284e54c2 100644 --- a/gcc/ada/sem_res.adb +++ b/gcc/ada/sem_res.adb @@ -8101,8 +8101,8 @@ package body Sem_Res is Resolve (Condition (N), Typ); Expander_Mode_Restore; - -- In ALFA mode, we need expansion in order to introduce properly the - -- necessary transient scopes. + -- In ALFA mode, we need normal expansion in order to properly introduce + -- the necessary transient scopes. else Resolve (Condition (N), Typ); |