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,68536605ede13a20 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.212.232 with SMTP id nn8mr4780203pbc.1.1324468186932; Wed, 21 Dec 2011 03:49:46 -0800 (PST) Path: lh20ni47739pbb.0!nntp.google.com!news1.google.com!postnews.google.com!l29g2000yqf.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: GNAT - return by anonymous access Date: Wed, 21 Dec 2011 03:43:50 -0800 (PST) Organization: http://groups.google.com Message-ID: <3a6fad50-c289-4300-bcc2-fb1f9f0b7e7a@l29g2000yqf.googlegroups.com> References: <784c67eb-a542-41b0-b23d-fca1234e56b2@n10g2000vbg.googlegroups.com> <95f3b0fc-af24-4ace-afc9-227e8893ea99@n6g2000vbg.googlegroups.com> <91845790-2447-4b2c-a6b5-1a52557c8c17@d10g2000vbk.googlegroups.com> <4ef1bd63$0$6567$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: 80.156.44.178 Mime-Version: 1.0 X-Trace: posting.google.com 1324468186 24683 127.0.0.1 (21 Dec 2011 11:49:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Dec 2011 11:49:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l29g2000yqf.googlegroups.com; posting-host=80.156.44.178; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-12-21T03:43:50-08:00 List-Id: On 21 Dez., 12:05, Georg Bauhaus wrote: > =A0 =A0X :=3D new Limited_Type'(Build_in_Place_Function); declare X: Some_Limited_Type :=3D Function_Call_or_Aggregate; -- this is built in place (no pointer in use)