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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f954bcd9ffa6c26c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-19 13:21:23 PST From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Gnat 3.13p: Command_Name RM A.15 Date: 19 Jan 2001 21:31:37 +0100 Organization: Enyo's not your organization Message-ID: <87elxz9tcm.fsf@deneb.enyo.de> References: <200101160612.HAA06787@bulgaria.otn.eurocopter.de> <3A64593A.380F3228@mindspring.com> <94244d$ir2$1@wanadoo.fr> <3A659B05.4FA24A08@mindspring.com> <944r6m$f6d$1@wanadoo.fr> <945ns0$7f7$1@nnrp1.deja.com> <947al8$p54$1@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Path: supernews.google.com!sn-xit-02!sn-xit-01!supernews.com!newsfeed.stanford.edu!news.tele.dk!151.189.0.75!newsfeed.germany.net!blackbush.xlink.net!rz.uni-karlsruhe.de!news.uni-ulm.de!news.belwue.de!LF.net!news.enyo.de!news1.enyo.de!not-for-mail Xref: supernews.google.com comp.lang.ada:4221 Date: 2001-01-19T21:31:37+01:00 List-Id: "Jean-Pierre Rosen" writes: > > System_Name : constant String := "impl dependent string"; > > > > Then we would just put the target identification string > > there, this would be perfectly easy to do, but unfortunately > > is not permitted! > This is an interesting idea. Since additions to System are > permitted, maybe vendors could agree to add f.e.: Target_Name : > constant string := ; A function would be better in this case, I think. A constant is just too static (cf. the Win32c/Win32 issue).