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: Ted Dennison Subject: Re: Pragma Comment -- What does it do? Date: 1999/11/11 Message-ID: <80ejip$q9t$1@nnrp1.deja.com>#1/1 X-Deja-AN: 547313830 References: <19991110154624.8876.rocketmail@web210.mail.yahoo.com> <80ck2v$deq$1@nnrp1.deja.com> <3829E70A.FEC8915B@pwfl.com> X-Http-Proxy: 1.0 x26.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Nov 11 14:24:29 1999 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-11-11T00:00:00+00:00 List-Id: In article <3829E70A.FEC8915B@pwfl.com>, condicma@pwflcom wrote: > Ted Dennison wrote: > > > In article <19991110154624.8876.rocketmail@web210.mail.yahoo.com>, > > comp.lang.ada@ada.eu.org wrote: > > > 1. Pragma Comment > > > > The language defines no such pragma. Consult your compiler > > documentation to see what they do with it. Since unrecognized > Here's a guess: Some compilers provide the ability to get character > data embedded into the ROMable part of the code. For practical > purposes, this is a "comment". The idea is that you may want to embed > module information, version numberings, copyright notices ("When you > care enough to steal the very best!") or other information that may > ride along with the ROM image. It sounds like a "pragma Comment" might > be doing this job. Hmmm...clever. I suppose just putting that info in an unused string might not do the job, as the string is liable to get optimized away. -- T.E.D. Sent via Deja.com http://www.deja.com/ Before you buy.