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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1c49b2c47ed32ab4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Need some help from non GNAT users. Date: Wed, 17 Nov 2004 20:22:13 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1525263.QgDUFzqlX7@linux1.krischik.com> NNTP-Posting-Host: host81-152-56-142.range81-152.btcentralplus.com X-Trace: hercules.btinternet.com 1100722933 4950 81.152.56.142 (17 Nov 2004 20:22:13 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Wed, 17 Nov 2004 20:22:13 +0000 (UTC) X-RFC2646: Format=Flowed; Original X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Xref: g2news1.google.com comp.lang.ada:6257 Date: 2004-11-17T20:22:13+00:00 List-Id: "Martin Krischik" wrote in message news:1525263.QgDUFzqlX7@linux1.krischik.com... > Hello, > > maybe some of you who don't use GNAT could help me out with > > http://en.wikibooks.org/wiki/Programming:Ada:Packages:Standard I think you need to re-word the opening of this page. Being 'predefined' does not mean "you do not need to with or use the package. It's always available." - there are loads of predefined packages where you do need to do this. Standard is special in that (notionally) all other Ada compilation units are nested within it. Cheers -- Martin