summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-16 04:46:34 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-16 04:46:34 +0000
commit8c62da85ae476589d7fa7986e8f15e74a5e56738 (patch)
treee2f9d8001decd760da7b4fe676b8773e82fde748 /gcc
parent55d52cfef924f6373a649dae4a19d3d5b42b5a62 (diff)
downloadgcc-8c62da85ae476589d7fa7986e8f15e74a5e56738.tar.gz
* sem_ch7.adb: Wrap comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48060 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/sem_ch7.adb14
2 files changed, 11 insertions, 7 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 7db9716fd28..568f00d7808 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-15 Richard Henderson <rth@redhat.com>
+
+ * sem_ch7.adb: Wrap comment.
+
2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
* 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
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 --