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: 103376,d082b5e68690d912,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail From: "ada_develop" Newsgroups: comp.lang.ada Subject: Discriminating Ada source code through compiler arguments Date: 27 Dec 2005 02:25:15 -0800 Organization: http://groups.google.com Message-ID: <1135679115.072709.20600@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 80.58.0.237 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1135679119 24654 127.0.0.1 (27 Dec 2005 10:25:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 27 Dec 2005 10:25:19 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.8) Gecko/20051111 Firefox/1.5,gzip(gfe),gzip(gfe) X-HTTP-Via: HTTP/1.0 proxy[AC1E0148] (Traffic-Server/5.5.1-59360 [uScM]) Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=80.58.0.237; posting-account=3-1uzQ0AAACimuyn75BeutceEGfr9_Ff Xref: g2news1.google.com comp.lang.ada:2368 Date: 2005-12-27T02:25:15-08:00 List-Id: Hello. I=B4m a newie in Ada and I want to known how can I pass arguments to the compiler to discriminate parts of a Ada source code. Something like the #ifdefs that we can use in the C programming languaje. Thank you.