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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,688957833fe9655b X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Pragma Comment -- What does it do? Date: 1999/11/11 Message-ID: <80dj2u$3tb$1@nnrp1.deja.com>#1/1 X-Deja-AN: 547160927 References: <19991110154624.8876.rocketmail@web210.mail.yahoo.com> <80ck2v$deq$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x24.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Nov 11 05:09:52 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-11-11T00:00:00+00:00 List-Id: In article <80ck2v$deq$1@nnrp1.deja.com>, Ted Dennison wrote: > The language defines no such pragma. Consult your compiler > documentation to see what they do with it. Since unrecognized > pragmas are ignored, its quite possible that this is just > someone's gooberish way of commenting their code. If so, > please do change it to a *real* comment. Please don't. Ted may not be aware of this pragma, but it is standard in DEC Ada, and therefore also included in GNAT. It is similar in effect to pragma Ident, and provides module identification information. > > > 2. Pragma Elaborate > The LRM goes over this in detail. ( > http://www.adahome.com/rm95/rm9x-10-02-01.html ) Is there something > about the definition you are having trouble with? What I would suggest here is reading the section in the GNAT users guide on elaboration, this is much more extensive than anything you will find in the RM. Sent via Deja.com http://www.deja.com/ Before you buy.