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-Thread: 103376,c58d23b838cc6510 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!nntp.idg.pl!newsfeed.gazeta.pl!news.onet.pl!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: Wojtek Narczynski Newsgroups: comp.lang.ada Subject: Re: Ada0Y anonymous access to self type Date: Thu, 30 Sep 2004 23:07:31 +0200 Organization: tp.internet - http://www.tpi.pl/ Message-ID: References: <415c6e25$0$91007$39cecf19@news.twtelecom.net> NNTP-Posting-Host: avq130.neoplus.adsl.tpnet.pl Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: atlantis.news.tpi.pl 1096578480 10785 83.27.50.130 (30 Sep 2004 21:08:00 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Thu, 30 Sep 2004 21:08:00 +0000 (UTC) User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: g2news1.google.com comp.lang.ada:4459 Date: 2004-09-30T23:07:31+02:00 List-Id: On Thu, 30 Sep 2004 16:47:00 -0400, Matthew Heaney wrote: > Leave in the forward declaration of type Foo_Type, and see if that compiles. type Foo_Type is record Next : access Foo_Type; end record; You mean just this alone? It does not, either. Regards, Wojtek