comp.lang.ada
 help / color / mirror / Atom feed
* GNAT GPL - Anonymous Access Type
@ 2005-09-27 19:41 Anh Vo
  2005-09-28  8:54 ` Georg Bauhaus
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Anh Vo @ 2005-09-27 19:41 UTC (permalink / raw)


I got this error message "type declaration cannot refer to itself" when
compiling the record below.

type Node is
   record
      Value : Integer := 0;
      Next : access Node;
   end record;

I have the impression that this feature has not been implemented based
on this error. What do you guys think?

AV




^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2005-09-30 11:01 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-27 19:41 GNAT GPL - Anonymous Access Type Anh Vo
2005-09-28  8:54 ` Georg Bauhaus
2005-09-28 16:26   ` Anh Vo
2005-09-28  9:55 ` Alex R. Mosteo
2005-09-28 10:49 ` Rob Norris
2005-09-28 10:57   ` Martin Dowie
2005-09-28 16:23     ` Anh Vo
2005-09-29 12:28     ` Rob Norris
2005-09-29 17:31       ` Anh Vo
2005-09-29 18:12         ` Martin Dowie
2005-09-29 20:39           ` Anh Vo
2005-09-30  5:44             ` Martin Dowie
2005-09-30 11:01               ` Martin Dowie
2005-09-28 18:43 ` Jeffrey R. Carter
2005-09-28 19:44   ` Anh Vo
2005-09-28 20:23     ` Britt Snodgrass
2005-09-28 21:31       ` Simon Wright
2005-09-29  8:36         ` OT: " Martin Dowie
2005-09-29 19:02           ` Simon Wright
2005-09-30  7:57             ` Martin Dowie
2005-09-30  8:11               ` Martin Dowie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox