From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7c93275b574a5651 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-11 02:47:24 PST Newsgroups: comp.lang.ada Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!europa.eng.gtefsd.com!MathWorks.Com!news.duke.edu!convex!bcm!newsfeed.rice.edu!nb.rockwell.com!lazrus.cca.rockwell.com!fms0.cca.rockwell.com!wemagor From: wemagor@fms0.cca.rockwell.com (Wayne Magor) Subject: Re: Ada9x Question/Comment FOR EXPERTS Message-ID: Sender: news@lazrus.cca.rockwell.com Nntp-Posting-Host: fms31.cca.rockwell.com Reply-To: wemagor@fms0.cca.rockwell.com (Wayne Magor) Organization: Rockwell International X-Newsreader: mxrn 6.18-4 References: <1994Sep1.234903.1591@enterprise.rdd.lmsc.lockheed.com> Date: Fri, 2 Sep 1994 14:02:53 GMT Date: 1994-09-02T14:02:53+00:00 List-Id: In article <1994Sep1.234903.1591@enterprise.rdd.lmsc.lockheed.com>, bschiff@stc.lockheed.com (Barry Schiff) writes: >It would have been nice if a portion of the parent's body was made visable >to the child packages to solve this but I am sure this would cause other problems. Make a private child package and put the declarations in that. The body can "with" the private child. Wayne.