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.2 required=5.0 tests=BAYES_00,FROM_LOCAL_HEX, FROM_STARTS_WITH_NUMS autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c1b98fe2a8046ba0 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.93.6 with SMTP id cq6mr794332wib.2.1354631203574; Tue, 04 Dec 2012 06:26:43 -0800 (PST) MIME-Version: 1.0 Path: i11ni13019wiw.0!nntp.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: =?UTF-8?Q?Vinzent_H=C3=B6fler?= <0439279208b62c95f1880bf0f8776eeb@t-domaingrabbing.de> Newsgroups: comp.lang.ada Subject: Re: ada and gnat (mingw) Date: Tue, 04 Dec 2012 15:26:37 +0100 Message-ID: References: <05172689-1761-45d4-9699-c829f6e63c93@r14g2000vbd.googlegroups.com> <05172689-1761-45d4-9699-c829f6e63c93@r14g2000vbd.googlegroups.com> X-Trace: individual.net +2g5kTHzDV30hpIcD9783Qm8A4EsGsl+eqsfaMuAN0awOAV0ZU1GjysoO8nk3exzEi Cancel-Lock: sha1:8bSpKEk4bwmpKXP9l3aqJNQJ6Mk= In-Reply-To: <05172689-1761-45d4-9699-c829f6e63c93@r14g2000vbd.googlegroups.com> User-Agent: Groundhog Newsreader for Android Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: 2012-12-04T15:26:37+01:00 List-Id: Hans Vlems wrote: > package my_constants is [...] > This file is stored as my_constants.adb This is a spec, so the extension expected is ".ads", not ".adb". Even if those constants are to be declared privately within a body, there should still be a corresponding spec file for it. Vinzent.