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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3a6aafa384c96cc6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-11 08:20:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!hammer.uoregon.edu!news.cc.ukans.edu!newscon05.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr11.news.prodigy.com.POSTED!not-for-mail From: "Pat Rogers" Newsgroups: comp.lang.ada References: <9pc3jp$old$1@infosun2.rus.uni-stuttgart.de> <4Zgu7.7342$sh6.2399083554@newssvr30.news.prodigy.com> <9pchrq$8vt$1@infosun2.rus.uni-stuttgart.de> <9ps0jh$ipm$1@s1.read.news.oleane.net> <9q4cjm$jnf$1@infosun2.rus.uni-stuttgart.de> Subject: Re: with child: access to parent X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: NNTP-Posting-Host: 208.191.176.121 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr11.news.prodigy.com 1002812072 ST000 208.191.176.121 (Thu, 11 Oct 2001 10:54:32 EDT) NNTP-Posting-Date: Thu, 11 Oct 2001 10:54:32 EDT Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: FKPO@SJGTZYQBQXYQ[OD]_HBWB]^PCPDLXUNNHPHBATBTSUBYFWEAE[YJLYPIWKHTFCMZKVMB^[Z^DOBRVVMOSPFHNSYXVDIE@X\BUC@GTSX@DL^GKFFHQCCE\G[JJBMYDYIJCZM@AY]GNGPJD]YNNW\GSX^GSCKHA[]@CCB\[@LATPD\L@J\\PF]VR[QPJN Date: Thu, 11 Oct 2001 14:54:32 GMT Xref: archiver1.google.com comp.lang.ada:14273 Date: 2001-10-11T14:54:32+00:00 List-Id: "Peter Hermann" wrote in message news:9q4cjm$jnf$1@infosun2.rus.uni-stuttgart.de... > Jean-Pierre Rosen wrote: > > Note however that if you really want the child and not the parents, > > you can do the following: > > > with a.b.c.d; > > package a_b_c_d renames a.b.c.d; > > > with a_b_c_d; > > ... > > does that mean package a_b_c_d is a unit on library level > in its own right? Yes, it is a library unit renaming, as is the case, for example, with Text_IO (which renames Ada.Text_IO) by 10.1.1{4}: library_item ::= [private] library_unit_declaration | library_unit_body | [private] library_unit_renaming_declaration > If yes, how to map into the gnat file naming system? a_b_c_d.ads