* einfo.ads: Minor reformatting
authorRobert Dewar <dewar@gnat.com>
Wed, 5 Dec 2001 02:09:02 +0000 (02:09 +0000)
committerGeert Bosch <bosch@gcc.gnu.org>
Wed, 5 Dec 2001 02:09:02 +0000 (03:09 +0100)
From-SVN: r47650

gcc/ada/ChangeLog
gcc/ada/einfo.ads

index cfe75b91e923f98c42724d72ebd2131b3f4fb6cf..7d887e51666ea3a9373ee8dd831ef392f2e939a5 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-04  Robert Dewar <dewar@gnat.com>
+
+       * einfo.ads: Minor reformatting
+
 2001-12-04  Ed Schonberg <schonber@gnat.com>
 
        * einfo.ads: Block_Node points to the identifier of the block, not to 
index af3c131c963082c7120fd48ac405fe07d808230a..f480458f548a6f6bd89c00833f5b3ebe728c3306 100644 (file)
@@ -398,8 +398,8 @@ package Einfo is
 --       Block_Statement itself. Used when retrieving the block construct
 --       for finalization purposes, The block entity has an implicit label
 --       declaration in the enclosing declarative part, and has otherwise
---       no direct connection in the tree with the block statement.
---       The link is to the identifier (which is an occurence of the entity)
+--       no direct connection in the tree with the block statement. The
+--       link is to the identifier (which is an occurence of the entity)
 --       and not to the block_statement itself, because the statement may
 --       be rewritten, e.g. in the process of removing dead code.