diff options
author | Robert Dewar <dewar@adacore.com> | 2011-08-01 15:59:50 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-01 17:59:50 +0200 |
commit | 8d606a78a331b91295e7ce1e27bf12e419084093 (patch) | |
tree | 7d4732f0abe2b223aae59d11f570aaab5a66bdf0 /gcc/ada/sem_ch3.ads | |
parent | 1982d5a85436cb4798d3b58a6f306b33c996ff24 (diff) | |
download | gcc-8d606a78a331b91295e7ce1e27bf12e419084093.zip gcc-8d606a78a331b91295e7ce1e27bf12e419084093.tar.gz gcc-8d606a78a331b91295e7ce1e27bf12e419084093.tar.bz2 |
sem_ch3.adb, [...]: Minor reformatting
2011-08-01 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, prj-part.adb, par-ch4.adb,
sem_util.adb, sem_ch4.adb, sem_ch6.adb, sem_ch6.ads, sem_ch8.adb,
sem_ch8.ads, sem_ch13.ads, par-ch5.adb, prj-env.ads: Minor reformatting
From-SVN: r177055
Diffstat (limited to 'gcc/ada/sem_ch3.ads')
-rw-r--r-- | gcc/ada/sem_ch3.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/sem_ch3.ads b/gcc/ada/sem_ch3.ads index 064b0f7..7888a32 100644 --- a/gcc/ada/sem_ch3.ads +++ b/gcc/ada/sem_ch3.ads @@ -171,10 +171,10 @@ package Sem_Ch3 is -- Constraint, return the value of that discriminant. function Is_Constant_Bound (Exp : Node_Id) return Boolean; - -- Determines whether the given bound is a compile-time known value, or a - -- constant entity, or an enumeration literal, or an expression composed - -- of constant-bound subexpressions which are evaluated by means of - -- standard operators. + -- Exp is the expression for an array bound. Determines whether the + -- bound is a compile-time known value, or a constant entity, or an + -- enumeration literal, or an expression composed of constant-bound + -- subexpressions which are evaluated by means of standard operators. function Is_Null_Extension (T : Entity_Id) return Boolean; -- Returns True if the tagged type T has an N_Full_Type_Declaration that |