diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-26 12:32:50 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-26 12:32:50 +0100 |
commit | bed87f4f07d0a5d6cddb8121ad55fdd0356c6b76 (patch) | |
tree | 1f045803a49abd550d1a20dcefb6919fc7d7c64d /gcc | |
parent | 363f2c587eb0ae1238fe398326223ebc79c39cd3 (diff) | |
download | gcc-bed87f4f07d0a5d6cddb8121ad55fdd0356c6b76.zip gcc-bed87f4f07d0a5d6cddb8121ad55fdd0356c6b76.tar.gz gcc-bed87f4f07d0a5d6cddb8121ad55fdd0356c6b76.tar.bz2 |
Minor reformatting.
From-SVN: r229339
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sem_attr.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index df4c5ce..c7f1bf5 100644 --- a/gcc/ada/sem_attr.adb +++ b/gcc/ada/sem_attr.adb @@ -7303,7 +7303,7 @@ package body Sem_Attr is P_Entity := Etype (P); -- Otherwise the attribute must be expanded into a conversion - -- and evaluated at runtime. + -- and evaluated at run time. else Check_Expressions; @@ -8013,7 +8013,7 @@ package body Sem_Attr is Val : Node_Id; begin - -- The attribute appears in the form + -- The attribute appears in the form: -- Enum_Typ'Enum_Rep (Const) -- Enum_Typ'Enum_Rep (Enum_Lit) @@ -8021,7 +8021,7 @@ package body Sem_Attr is if Present (E1) then Val := E1; - -- Otherwise the prefix denotes a constant or enumeration literal + -- Otherwise the prefix denotes a constant or enumeration literal: -- Const'Enum_Rep -- Enum_Lit'Enum_Rep |