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,625b940441541942 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: What are Ada file extensions? Date: 1997/11/04 Message-ID: #1/1 X-Deja-AN: 288023140 References: <345EE381.799B@xperts.hu> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 878701452 4174 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1997-11-04T00:00:00+00:00 List-Id: Gabor says <> First of all, this is, as you suggest most definitely an issue of implementations. The Ada language itself has no concept of Ada "source files". The decision to store sources in files is an implementation dependent one. As for extensions, again implementations differ. Contrary to the statement above, GNAT allows arbitrary extensions to be used (the default is .ads for a spec and .adb for a body, but these defaults can be overridden using the Source_File_Name pragma and the -x ada switch for gcc. Robert Dewar Ada Core Technologies