From: Robert Dewar Date: Wed, 5 Dec 2001 02:09:02 +0000 (+0000) Subject: * einfo.ads: Minor reformatting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ba603e2f26ff7061587496efeb6369bdb9c7181;p=gcc.git * einfo.ads: Minor reformatting From-SVN: r47650 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index cfe75b91e92..7d887e51666 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2001-12-04 Robert Dewar + + * einfo.ads: Minor reformatting + 2001-12-04 Ed Schonberg * einfo.ads: Block_Node points to the identifier of the block, not to diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index af3c131c963..f480458f548 100644 --- a/gcc/ada/einfo.ads +++ b/gcc/ada/einfo.ads @@ -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.