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,b2df4819ac8b566a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: SPARK and Interfaces.C Date: Sat, 14 May 2005 13:31:42 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1116005688.002279.128010@g43g2000cwa.googlegroups.com> <1116072937.506109.246460@g47g2000cwa.googlegroups.com> NNTP-Posting-Host: host81-154-188-69.range81-154.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com 1116077502 4570 81.154.188.69 (14 May 2005 13:31:42 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Sat, 14 May 2005 13:31:42 +0000 (UTC) In-Reply-To: <1116072937.506109.246460@g47g2000cwa.googlegroups.com> X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) Xref: g2news1.google.com comp.lang.ada:11029 Date: 2005-05-14T13:31:42+00:00 List-Id: Rod Chapman wrote: > You'll also need to supply entries for these units in your Examiner > Index file, of course. For example: > > Interfaces specification is in interfaces.ads > Interfaces.C specification is in interfaces-c.ads > Ada.Numerics specification is in ada-numerics.ads > Ada.Numerics.Elementary_Functions specification is in > ada-numerics-elementary_functions.ads > > assuming you're using the GNAT file-naming convention. > > You _don't_ need to supply an index file entry for package Ada, since > this is internally synthesized by the Examiner. Don't know if the SPARK Examiner cares but the GNAT file-naming convention is slightly different for the predefined units, e.g. Interfaces => interfac.ads Interfaces.C => i-c.ads Ada.Numerics => a-numeri.ads Ada.Numerics.Elementary_Functions => a-nuelfu.ads Just in case... presumably they still need to support 'old fashioned' 8.3 filenames on some environments. Cheers -- Martin