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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a9f89faeb8f41ad0,start X-Google-Attributes: gid103376,public From: John T Vegezzi 312C M 237110 Subject: Re: ifdef replacement for GNAT Date: 1998/04/08 Message-ID: <352B8208.41C6@tolstoy.mdc.com>#1/1 X-Deja-AN: 342069338 Content-Transfer-Encoding: 7bit Sender: nntp@news.boeing.com (Boeing NNTP News Access) References: <352287EE.1CFB@tolstoy.mdc.com> Mime-Version: 1.0 X-Nntp-Posting-Host: stfoct08.stl.mo.boeing.com Content-Type: text/plain; charset=us-ascii Organization: The Boeing Company Newsgroups: comp.lang.ada Date: 1998-04-08T00:00:00+00:00 List-Id: For those interested, gnatprep is a preprocessing utility included in the GNAT distribution which will support #ifdef type conditional compilations. gnatprep produces an output file which forms the input to the compiler. It is not as transparent as the C preprocessor - See the man page for details. -- John T Vegezzi (314) 233-3589 j_vegezz@tolstoy.mdc.com