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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a9f89faeb8f41ad0 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: ifdef replacement for GNAT Date: 1998/04/13 Message-ID: <1998Apr13.124600.1@eisner>#1/1 X-Deja-AN: 343639548 X-Nntp-Posting-Host: eisner.decus.org References: <352287EE.1CFB@tolstoy.mdc.com> <86g1jm2gcf.fsf@zappa> <6gt6ij$q6o@top.mitre.org> X-Trace: news.decus.org 892485976 7932 KILGALLEN [192.67.173.2] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1998-04-13T00:00:00+00:00 List-Id: In article <6gt6ij$q6o@top.mitre.org>, mfb@mbunix.mitre.org (Michael F Brenner) writes: > These are good steps. However, there still needs to be a need for > conditional compilation for three reasons. Regardless of the presence of reasons for supporting inline conditional compilation, I believe the current state of affairs is the correct one, due to the overwhelming strong reason for _not_ supporting it -- namely that it will get abused. Take a look at any multi-platform C program. Larry Kilgallen