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:47:47 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!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 References: <400BD4B5.6000307@noplace.com> <400BDB7C.40100@noplace.com> <400D2150.6000705@noplace.com> <400E72F9.8060501@noplace.com> <400FD4F7.8050805@noplace.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Thu, 22 Jan 2004 12:33:25 -0500 NNTP-Posting-Host: 198.96.223.163 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1074792751 198.96.223.163 (Thu, 22 Jan 2004 12:32:31 EST) NNTP-Posting-Date: Thu, 22 Jan 2004 12:32:31 EST Organization: Bell Sympatico Xref: archiver1.google.com comp.lang.ada:4662 Date: 2004-01-22T12:33:25-05:00 List-Id: Georg Bauhaus wrote: > Marin David Condic wrote: > : Better than Gnat, but still not terribly useful if you want to make code > : that will compile on both a Gnat and an Aonix platform. > > What kind of difficulties do you see that could be better solved > by a preprocessor? (Things supported in GNAT but not ObjectAda or vice > versa? Dependence on pragmata?) MDC pointed out that you cannot conditionally do "with" as one example. Implementation defined pragmas are another area of difficulty. Optional features are a pain to deal with since there is no way to feed values into a compile process (using make), without creating make "steps" that process the source code before hand (ie. this becomes a manual preprocessing step). -- Warren W. Gay VE3WWG http://ve3wwg.tk