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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b4bf5ab4fa51de50 X-Google-Attributes: gid103376,public From: "Nick Roberts" Subject: Compiler Directives Date: 1998/01/24 Message-ID: <01bd2911$7e932fc0$35f882c1@xhv46.dial.pipex.com>#1/1 X-Deja-AN: 318920710 Content-Transfer-Encoding: 7bit References: <34C3B778.794B@tolstoy.mdc.com> Content-Type: text/plain; charset=ISO-8859-1 Organization: UUNet UK server (post doesn't reflect views of UUNet UK) Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-01-24T00:00:00+00:00 List-Id: Maybe you know this, but (to my knowledge) Ada compilers tend not to have special conditional compilation facilities. The assumption is that an optimising compiler will remove 'dead code', so that the use of 'if' statements will achieve the same effect. Of course, the 'if' statement is not available among declarations, so it's not quite the same thing; this point sometimes gets discussed on comp.lang.ada (cue for topic?). -- Nick Roberts Croydon, UK Proprietor, ThoughtWing Software; Independent Software Development Consultant * Nick.Roberts@dial.pipex.com * Voicemail & Fax +44 181-405 1124 * *** Always game for a verbal joust (usually as the turkey) *** John T Vegezzi 312C M 237110 wrote in article <34C3B778.794B@tolstoy.mdc.com>... > Is there a conditional compile directive in the GNAT Ada compiler? I do > not have much documentation on the compiler. Thanks in advance.