Commit b6434700 by Richard Henderson Committed by Richard Henderson

* sem_ch7.adb: Wrap comment.

From-SVN: r48060
parent 2aad5d68
2001-12-15 Richard Henderson <rth@redhat.com>
* sem_ch7.adb: Wrap comment.
2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk> 2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
* 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb, * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- B o d y -- -- B o d y --
-- -- -- --
-- $Revision: 1.2 $ -- $Revision: 1.3 $
-- -- -- --
-- Copyright (C) 1992-2001, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2001, Free Software Foundation, Inc. --
-- -- -- --
...@@ -76,12 +76,12 @@ package body Sem_Ch7 is ...@@ -76,12 +76,12 @@ package body Sem_Ch7 is
-- the private part and the body of the package the defining occurrence -- the private part and the body of the package the defining occurrence
-- contains the full declaration. To simplify the swap, the defining -- contains the full declaration. To simplify the swap, the defining
-- occurrence that currently holds the private declaration points to the -- occurrence that currently holds the private declaration points to the
-- full declaration. During semantic processing the defining occurrence also -- full declaration. During semantic processing the defining occurrence
-- points to a list of private dependents, that is to say access types or -- also points to a list of private dependents, that is to say access types
-- composite types whose designated types or component types are subtypes -- or composite types whose designated types or component types are
-- or derived types of the private type in question. After the full decla- -- subtypes or derived types of the private type in question. After the
-- ration has been seen, the private dependents are updated to indicate -- full declaration has been seen, the private dependents are updated to
-- that they have full definitions. -- indicate that they have full definitions.
----------------------- -----------------------
-- Local Subprograms -- -- Local Subprograms --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment