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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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: "G.B." Newsgroups: comp.lang.ada Subject: Re: I do not understand this error... Date: Tue, 9 Feb 2016 10:43:25 +0100 Organization: A noiseless patient Spider Message-ID: References: <0528d7a8-773d-44b0-8f0a-e9aa48867443@googlegroups.com> <8778e70b-81e1-4dcc-8ecb-8bcaceb74b57@googlegroups.com> Reply-To: nonlegitur@futureapps.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 9 Feb 2016 09:40:32 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="b96887e80893c84a90c3007226ca0d1c"; logging-data="28062"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18vYwUKUFf3ugQT9utsAA+wZ67tYyGZN5Y=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: Cancel-Lock: sha1:6o6ukgRG3kzEo4Vv5CkP5ez8i1E= Xref: news.eternal-september.org comp.lang.ada:29456 Date: 2016-02-09T10:43:25+01:00 List-Id: On 09.02.16 00:33, Robert A Duff wrote: > "Jeffrey R. Carter" writes: > >> 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. > > It means not nested in any procedure, function, or task. Also, not nested in the handled_sequence_of_statements of a package's body, I think?