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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd63afa4dc364b7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-27 04:44:47 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!128.230.129.106!news.maxwell.syr.edu!intgwpad.nntp.telstra.net!news-server.bigpond.net.au!not-for-mail From: Dale Stanbrough Newsgroups: comp.lang.ada Subject: Re: Implementing C/C++ style #include... Organization: RMIT References: <98m938$2iod0$1@ID-25716.news.dfncis.de> <99alrr$itf$1@nh.pace.co.uk> <99d5dj$fi4$1@nh.pace.co.uk> User-Agent: MT-NewsWatcher/3.1 (PPC) Message-ID: Date: Tue, 27 Mar 2001 12:43:15 GMT NNTP-Posting-Host: 144.132.94.47 X-Complaints-To: news@bigpond.net.au X-Trace: news-server.bigpond.net.au 985696995 144.132.94.47 (Tue, 27 Mar 2001 22:43:15 EST) NNTP-Posting-Date: Tue, 27 Mar 2001 22:43:15 EST Xref: supernews.google.com comp.lang.ada:6103 Date: 2001-03-27T12:43:15+00:00 List-Id: Ole-Hjalmar Kristensen wrote: > "Marin David Condic" writes: > > If someone wants something like the C preprocessor, then just use the > C preprocessor. It works just as well (or bad) with Ada. No, it doesn't work with (some/all?) attributes. The preprocessor really does understand -some- of C's syntax (or at least the low level lexical details). dale