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,fd63afa4dc364b7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-21 08:26:34 PST From: "bhazzard" References: <98m938$2iod0$1@ID-25716.news.dfncis.de> Subject: Implementing C/C++ style #include... Date: Wed, 21 Mar 2001 09:15:14 -0700 X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Newsgroups: comp.lang.ada NNTP-Posting-Host: rfx-216-196-78-197.users.reflexcom.com 216.196.78.197 Path: supernews.google.com!sn-xit-02!supernews.com!bignews.mediaways.net!nntp-relay.ihug.net!ihug.co.nz!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!cpmsnbbsb04!cpmsnbbsa09 Xref: supernews.google.com comp.lang.ada:5966 Date: 2001-03-21T09:15:14-07:00 List-Id: A quick question... Is there any way to implement c/c++ style #ifdef pre-processor statements in Ada. Do Ada compilers have a pre-processor ? I am using Rational on an Sgi and Green Hills on a Sun... the manual set(s) appear to have no reference to such things... This is what I want to do... ... #ifdef TEST_MODE #include "test_mode.a #endif ... a.make -D TEST_MODE -f *.a Also... If you know this is IMPOSSIBLE a brief email to that effect would be useful.... Thanks before hand... Brad Hazzard