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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8295d69277f1696c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.241.7 with SMTP id we7mr2174231pbc.4.1337091681162; Tue, 15 May 2012 07:21:21 -0700 (PDT) Path: pr3ni1711pbb.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: understanding runtime support Date: Tue, 15 May 2012 07:19:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <15980988.2619.1337091566594.JavaMail.geo-discussion-forums@vbbgl4> References: <28695516.0.1336708147839.JavaMail.geo-discussion-forums@pbcqw9> <28843126.1576.1336884548623.JavaMail.geo-discussion-forums@ynff7> <31100317.2013.1336922789420.JavaMail.geo-discussion-forums@ynmb39> <7948724.2.1336983886678.JavaMail.geo-discussion-forums@yneo6> NNTP-Posting-Host: 90.194.162.188 Mime-Version: 1.0 X-Trace: posting.google.com 1337091681 28283 127.0.0.1 (15 May 2012 14:21:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 15 May 2012 14:21:21 +0000 (UTC) In-Reply-To: <7948724.2.1336983886678.JavaMail.geo-discussion-forums@yneo6> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.194.162.188; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-15T07:19:26-07:00 List-Id: On Monday, May 14, 2012 9:24:46 AM UTC+1, Ludovic Brenta wrote: > or not use them at all (i.e. "pragma No_Run_Time"). This has not been a valid pragma withing GNAT for years now. Do a search of= this group, you will find a reference to this pragma (me asking about it) = and Robert Dewar explaining it's defunct. Ada has pragma Restrictions now, = these are used to get the runtime down to nothing. Luke.