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,95d036084078aa89 X-Google-Attributes: gid103376,public From: dccoote@werple.mira.net.au (David Coote) Subject: Re: Compiling, binding, and linking an Ada prog. interfaced with C Date: 1998/08/03 Message-ID: <6q441b$o20$1@eplet.mira.net.au>#1/1 X-Deja-AN: 377442203 References: <1998072706002200.CAA02664@ladder01.news.aol.com> <35BD28BF.A5B@atlas.otago.ac.nz> <6pn02g$2ue$1@mulga.cs.mu.OZ.AU> Content-Type: Text/Plain; charset=US-ASCII Organization: werple public-access Internet Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-08-03T00:00:00+00:00 List-Id: Robert said: >Obviously "importing" C macros in full generality would mean inporting >the full syntax and semantics of C into the parent language, Well, you could just support a subset of the language via a macro facility interface to Ada. Certainly simple #def's like the one given earlier in the thread might be useful for compatibility/porting. As a C programmer for many years using Ada for the first time I for one would love to have some decent support for conditional compilation. David