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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,12eefe849df97d15 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!t19g2000vbc.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Visibility of package parameters in child packages Date: Wed, 16 Dec 2009 13:26:49 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <4b27f8e9$0$6591$9b4e6d93@newsspool3.arcor-online.net> <02e4d172-0eb9-4c2a-ac0f-68e151916d59@o19g2000vbj.googlegroups.com> <4b28dd43$0$6586$9b4e6d93@newsspool3.arcor-online.net> <06a89bbe-6b1d-4996-b699-8da81bc6806a@m11g2000vbo.googlegroups.com> <4b2902a7$0$7633$9b4e6d93@newsspool1.arcor-online.net> <9bbb16f2-9ff2-45a5-bafd-be4bf47ef064@t19g2000vbc.googlegroups.com> NNTP-Posting-Host: 82.30.110.254 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1260998809 22688 127.0.0.1 (16 Dec 2009 21:26:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 16 Dec 2009 21:26:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t19g2000vbc.googlegroups.com; posting-host=82.30.110.254; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8404 Date: 2009-12-16T13:26:49-08:00 List-Id: On Dec 16, 4:54=A0pm, Andrea Taverna wrote: > Please bear some patience, I'ma self-thaught newbie.http://www.adapower.c= om/adapower1/rm95/arm95_187.html > In Ada95 12.7 there seems not to be anything relevant about such > problem. What does the "(10)" mean? That's not a very good copy of the RM (I don't know where the pages originated). A much better one is at http://www.adaic.com/standards/95lrm/h= tml/RM-12-7.html -- "(10)" means paragraph 10, preceded at the left with a small '10'. I don't recall exactly why you want to 'use P;'? Personally I wouldn't even be tempted to do so; many bad experiences with similar usages! Even discounting compiler errors/bombs, consider: - what happens if there's another F (with the same profile) visible? - what happens if you change P so it no longer has an F (with a matching profile)?