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,38159b1b5557a2e7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-22 09:43:36 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!priapus.visi.com!orange.octanews.net!news.octanews.net!news-out.visi.com!petbe.visi.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.mathworks.com!wn11feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail From: "Warren W. Gay VE3WWG" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Standard Ada Preprocessor (Was: why ada is so unpopular ?) References: <49cbf610.0401170627.79c3dfe5@posting.google.com> <400A9B48.3060100@noplace.com> <400BD4B5.6000307@noplace.com> <400BDB7C.40100@noplace.com> <400D2150.6000705@noplace.com> <400E72F9.8060501@noplace.com> <400FC65B.2020006@noplace.com> In-Reply-To: <400FC65B.2020006@noplace.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Thu, 22 Jan 2004 12:29:14 -0500 NNTP-Posting-Host: 198.96.223.163 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1074792500 198.96.223.163 (Thu, 22 Jan 2004 12:28:20 EST) NNTP-Posting-Date: Thu, 22 Jan 2004 12:28:20 EST Organization: Bell Sympatico Xref: archiver1.google.com comp.lang.ada:4660 Date: 2004-01-22T12:29:14-05:00 List-Id: Marin David Condic wrote: > O.K., but three things. > ... > if (System.Name = "GNAT") then > with GNAT.Something ; > elsif (System.Name = "AONIX") then > with AONIX.SomethingElse ; > end if ; > > package Isolation_Skin is > procedure Do_The_Thing is > begin > if (System.Name = "GNAT") then > GNAT.Something.Do_It_The_GNAT_Way ; > elsif (System.Name = "AONIX") then > AONIX.SomethingElse.Do_It_The_AONIX_Way ; > end if ; > end Do_The_Thing ; > end Isolation_Skin ; ... Another very good point! -- Warren W. Gay VE3WWG http://ve3wwg.tk