This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ada] wrap comment


Joseph's spelling correction twigged an error:

   sem_ch7.adb:79:80: (style) this line is too long


r~


	* sem_ch7.adb: Wrap comment.

Index: sem_ch7.adb
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/sem_ch7.adb,v
retrieving revision 1.3
diff -u -p -r1.3 sem_ch7.adb
--- sem_ch7.adb	2001/12/16 01:13:52	1.3
+++ sem_ch7.adb	2001/12/16 04:43:23
@@ -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 --


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]