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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,80155a886d197693,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!f19g2000yqo.googlegroups.com!not-for-mail From: Pablo Newsgroups: comp.lang.ada Subject: Conditional Compilation in Ada Date: Mon, 29 Jun 2009 04:10:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5618a901-6b05-4a60-8362-7821261da50b@f19g2000yqo.googlegroups.com> NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1246273848 30409 127.0.0.1 (29 Jun 2009 11:10:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 29 Jun 2009 11:10:48 +0000 (UTC) Cc: pablo.rego@embraer.com.br Complaints-To: groups-abuse@google.com Injection-Info: f19g2000yqo.googlegroups.com; posting-host=201.7.145.1; posting-account=n9Sa1woAAACZc_iwSjaEkj9Lnt-XVrSr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6707 Date: 2009-06-29T04:10:48-07:00 List-Id: Hi, does someone know how to make conditional compilation in Ada with Scenarios? Say, I need to hide from compilation a part of an Ada code in some Scenario mode.