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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,cb90b009d6b31cab X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!e28g2000vbd.googlegroups.com!not-for-mail From: Alexandre K Newsgroups: comp.lang.ada Subject: Re: Spark, pragma Date: Fri, 28 May 2010 06:09:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <7987b9a7-b5ad-4e09-af7e-92734e551c48@f13g2000vbm.googlegroups.com> <9df19165-c809-48e5-b14b-b69f8af64e87@c13g2000vbr.googlegroups.com> <84190303-5d90-49fd-9297-07b07ee4ffb1@b21g2000vbh.googlegroups.com> NNTP-Posting-Host: 82.229.198.39 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1275052146 19160 127.0.0.1 (28 May 2010 13:09:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 28 May 2010 13:09:06 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e28g2000vbd.googlegroups.com; posting-host=82.229.198.39; posting-account=TcezFQoAAAAjIIx-1YP3Hv74ICh_b8qk User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.80 (Macintosh; Intel Mac OS X; U; fr) Presto/2.2.15 Version/10.10,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:12123 Date: 2010-05-28T06:09:05-07:00 List-Id: Well, I have got the answer. Thanks to Rod. The SLI file is generated by the exminer since version 9.0 and is used by GPS. Putting a pragma before the package body results in an error because the file not contains 1 compilation unit, but 2. The wayround is to put the pragma inside the package body package body P is pragma ... Alex