OSDN Git Service

2004-04-08 Joel Sherrill <joel@oarcorp.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / sem_ch7.ads
index 057c73c..d863e4e 100644 (file)
@@ -6,9 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.19 $                             --
---                                                                          --
---        Copyright (C) 1992,1993,1994 Free Software Foundation, Inc.       --
+--          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -22,7 +20,7 @@
 -- MA 02111-1307, USA.                                                      --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
--- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
 
@@ -51,14 +49,9 @@ package Sem_Ch7  is
    --  When compiling the body of a package,  both routines are called in
    --  succession. When compiling the body of a child package, the call
    --  to Install_Private_Declaration is immediate for private children,
-   --  but is deffered until the compilation of the  private part of the
+   --  but is deferred until the compilation of the  private part of the
    --  child for public child packages.
 
-   procedure Install_Package_Entity (Id : Entity_Id);
-   --  Basic procedure for the previous two. Places one entity on its
-   --  visibility chain, and recurses on the visible part if the entity
-   --  is an inner package.
-
    function Unit_Requires_Body (P : Entity_Id) return Boolean;
    --  Check if a unit requires a body. A specification requires a body
    --  if it contains declarations that require completion in a body.
@@ -68,9 +61,6 @@ package Sem_Ch7  is
    --  body, create an implicit body at the end of the current declarative
    --  part to activate those tasks.
 
-   function Is_Fully_Visible (Type_Id : Entity_Id) return Boolean;
-   --  Indicates whether the Full Declaration of a private type is visible.
-
    procedure New_Private_Type (N : Node_Id; Id : Entity_Id; Def : Node_Id);
    --  Common processing for private type declarations and for formal
    --  private type declarations. For private types, N and Def are the type