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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: I do not understand this error... Date: Sun, 7 Feb 2016 21:41:47 -0700 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <0528d7a8-773d-44b0-8f0a-e9aa48867443@googlegroups.com> <8778e70b-81e1-4dcc-8ecb-8bcaceb74b57@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Injection-Date: Mon, 8 Feb 2016 04:38:56 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="caa759af2a9c666aec02942f6fe5abd6"; logging-data="11383"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18KiRyPoOHTEZesIjsS9622fglJq/S8BH8=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: Cancel-Lock: sha1:n0eJjTrg+VHmp3i9tvVPrHH5mrw= Xref: news.eternal-september.org comp.lang.ada:29419 Date: 2016-02-07T21:41:47-07:00 List-Id: On 02/07/2016 08:51 PM, John Smith wrote: > > Stupid question. What do you mean by a library-level package? Is this just > a regular package that has these callbacks declared and I just include it in > my application? "Library-level" means not nested in anything else. [Technically, nested directly in Standard, since all compilation units are considered nested directly in Standard. Standard is usually not mentioned explicitly, though, so this may be confusing to a beginner.] -- Jeff Carter "I'm a lumberjack and I'm OK." Monty Python's Flying Circus 54