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,a02ecdd4cb0f0996 X-Google-Attributes: gid103376,public From: ralph@inputplus.demon.co.uk (Ralph Corderoy) Subject: Re: Pragma Inline and its Effects of Compilation Dependencies. Date: 2000/03/23 Message-ID: <8bd8d3$76s$1@inputplus.demon.co.uk>#1/1 X-Deja-AN: 601322223 X-NNTP-Posting-Host: inputplus.demon.co.uk:194.222.72.27 References: <8b64ul$jov$1@inputplus.demon.co.uk> <8b956s$9ts$1@nnrp1.deja.com> X-Trace: news.demon.co.uk 953823797 nnrp-04:35 NO-IDENT inputplus.demon.co.uk:194.222.72.27 Organization: InputPlus Ltd. Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 2000-03-23T00:00:00+00:00 List-Id: Hi Robert, > > The manual seemed to suggest it didn't consider source outside the > > current library. > > That's confused, GNAT has no notion of library in that sense. The > only requirement is that all sources be available to the compilation > process. OK, thanks. And having several thousand source files spread over dozens of directories doesn't make this break down I guess. Ralph.