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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,93dce172c8d3e2fb X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: Which compiler is correct? Date: 1997/06/21 Message-ID: #1/1 X-Deja-AN: 251476541 References: <33A77C54.5484@bix.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1997-06-21T00:00:00+00:00 List-Id: In article , Jon S Anthony wrote: >Why this is, I do not know. Why this is in Ada 95 is an easy question to answer: it's analogous to the Ada 83 rule, but extended to handle child packages. Why it was in Ada 83, I'm not so sure. I guess the idea is that everything has to be declared at some particular place in the program (and in these cases, we're talking about *implicitly* declared), and given that, you have the normal visibility rules for declarations. - Bob