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,bccf137f1485377b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-29 07:15:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!paloalto-snf1.gtei.net!news.gtei.net!dimensional.com!pulsar.dimensional.com!coop.net!newsfeed1.global.lmco.com!svlnews.lmms.lmco.com!not-for-mail From: Joe Simon Newsgroups: comp.lang.ada Subject: Conditional Compilation ? Date: Thu, 29 Aug 2002 10:06:44 -0400 Organization: Lockheed Martin Corporation Message-ID: <3D6E2A74.6D9E347D@lmco.nospammmmmm.com> NNTP-Posting-Host: 158.187.64.60 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {LMFS - Owego} (Win95; U) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:28551 Date: 2002-08-29T10:06:44-04:00 List-Id: We are currently using the VADS Ada Compiler, Copyright 1984, 1996 VADSworks Sun Sparc Solaris 2.x -> PowerPC, Version 3.1 for VxWorks 5.3 What I would like to do is a port of the software to a linux platform and use the gnat platform to compile (not cross compile). My question is about conditional compilation, we have many instances of the following code # if xxxx_MISSION'defined and then xxxx_MISSION then Mission_Planner_Data : Tct.Act_Mission_Planning_Type; # end if; Does gnat have conditional compilation of this form built in, or is there some other tool that will accomplish this ? TIA Joe Simon Lockheed Martin, Systems Integration, Owego, NY