diff options
author | Richard Henderson <rth@redhat.com> | 2001-12-15 20:46:34 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-12-15 20:46:34 -0800 |
commit | b6434700a8faab8873f9f18166b2709e78fe05bf (patch) | |
tree | e2f9d8001decd760da7b4fe676b8773e82fde748 /gcc/ada/sem_ch7.adb | |
parent | 2aad5d68c457d1ba465074be3781860af205fd0d (diff) | |
download | gcc-b6434700a8faab8873f9f18166b2709e78fe05bf.tar.gz |
* sem_ch7.adb: Wrap comment.
From-SVN: r48060
Diffstat (limited to 'gcc/ada/sem_ch7.adb')
-rw-r--r-- | gcc/ada/sem_ch7.adb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ada/sem_ch7.adb b/gcc/ada/sem_ch7.adb index 91f2ad14202..21507a8a5f5 100644 --- a/gcc/ada/sem_ch7.adb +++ b/gcc/ada/sem_ch7.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- $Revision: 1.2 $ +-- $Revision: 1.3 $ -- -- -- Copyright (C) 1992-2001, Free Software Foundation, Inc. -- -- -- @@ -76,12 +76,12 @@ package body Sem_Ch7 is -- the private part and the body of the package the defining occurrence -- contains the full declaration. To simplify the swap, the defining -- occurrence that currently holds the private declaration points to the - -- full declaration. During semantic processing the defining occurrence also - -- points to a list of private dependents, that is to say access types or - -- composite types whose designated types or component types are subtypes - -- or derived types of the private type in question. After the full decla- - -- ration has been seen, the private dependents are updated to indicate - -- that they have full definitions. + -- full declaration. During semantic processing the defining occurrence + -- also points to a list of private dependents, that is to say access types + -- or composite types whose designated types or component types are + -- subtypes or derived types of the private type in question. After the + -- full declaration has been seen, the private dependents are updated to + -- indicate that they have full definitions. ----------------------- -- Local Subprograms -- |