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,c1983ae2deb642ab X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-25 08:37:45 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Ada -vs- GNAT Date: 25 May 2002 08:37:45 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0205250737.4ec74872@posting.google.com> References: NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1022341065 27277 127.0.0.1 (25 May 2002 15:37:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 25 May 2002 15:37:45 GMT Xref: archiver1.google.com comp.lang.ada:24764 Date: 2002-05-25T15:37:45+00:00 List-Id: "chris.danx" wrote in message news:. > To me it's just clutter, but what do I know? What are you saying is clutter here? Using either pragma in this case? If so, you are definitely wrong. Without either of these two pragmas, the code is illegal in the context say of the GNAT library which can only be compiled with -gnatg, so you MUST use one of these two pragmas. I hope no one thinks the gnat run time library should be independent of GNAT :-)