diff options
author | Robert Dewar <dewar@adacore.com> | 2008-05-27 14:36:43 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-27 14:36:43 +0200 |
commit | 5a30024a49dbc0f0346f14aada7859265c49490e (patch) | |
tree | 6f3bc59d374fc5a9ad45b22f21f62210aff532a3 /gcc/ada/sem_ch3.ads | |
parent | 0e08f7ab155784c357e1df6af5c9b57deaa0cd8f (diff) | |
download | gcc-5a30024a49dbc0f0346f14aada7859265c49490e.zip gcc-5a30024a49dbc0f0346f14aada7859265c49490e.tar.gz gcc-5a30024a49dbc0f0346f14aada7859265c49490e.tar.bz2 |
mlib-prj.adb: Minor reformatting
2008-05-27 Robert Dewar <dewar@adacore.com>
* mlib-prj.adb: Minor reformatting
* prj-part.adb: Minor reformatting
* prj.ads: Minor reformatting
* exp_ch3.adb: Minor reformatting.
* sem_ch3.ads: Minor reformatting
* sem_eval.adb: Minor reformatting
From-SVN: r136027
Diffstat (limited to 'gcc/ada/sem_ch3.ads')
-rw-r--r-- | gcc/ada/sem_ch3.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/sem_ch3.ads b/gcc/ada/sem_ch3.ads index a341069..89b85fe 100644 --- a/gcc/ada/sem_ch3.ads +++ b/gcc/ada/sem_ch3.ads @@ -171,6 +171,7 @@ package Sem_Ch3 is -- family declaration or a loop iteration. The index is given by an -- index declaration (a 'box'), or by a discrete range. The later can -- be the name of a discrete type, or a subtype indication. + -- -- Related_Nod is the node where the potential generated implicit types -- will be inserted. The 2 last parameters are used for creating the name. |