diff options
author | Robert Dewar <dewar@adacore.com> | 2008-08-22 15:26:00 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-22 15:26:00 +0200 |
commit | 1db3c0721636a44d077c2bf7bfd7214418aee6b7 (patch) | |
tree | a4710804584a288843d3cd4476578909ad04f63d /gcc | |
parent | 77cde6106be662d26b942401b92334ea5f08ae17 (diff) | |
download | gcc-1db3c0721636a44d077c2bf7bfd7214418aee6b7.zip gcc-1db3c0721636a44d077c2bf7bfd7214418aee6b7.tar.gz gcc-1db3c0721636a44d077c2bf7bfd7214418aee6b7.tar.bz2 |
exp_dist.adb: Minor reformatting
2008-08-22 Robert Dewar <dewar@adacore.com>
* exp_dist.adb: Minor reformatting
From-SVN: r139462
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/exp_dist.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/exp_dist.adb b/gcc/ada/exp_dist.adb index effa7c0..da7210b 100644 --- a/gcc/ada/exp_dist.adb +++ b/gcc/ada/exp_dist.adb @@ -9322,7 +9322,9 @@ package body Exp_Dist is U_Type := Typ; elsif U_Type = Underlying_Type (RTE (RE_TypeCode)) then + -- No corresponding FA_TC ??? + Lib_RE := RE_TA_TC; -- Other (non-primitive) types |