comp.lang.ada
 help / color / mirror / Atom feed
* Linked List within a record?
@ 1996-05-05  0:00 Alvin A Begaye
  1996-05-07  0:00 ` James A. Krzyzanowski
  1996-05-09  0:00 ` Jerome Desquilbet
  0 siblings, 2 replies; 3+ messages in thread
From: Alvin A Begaye @ 1996-05-05  0:00 UTC (permalink / raw)





Why won't this work

package MyList is new gen_linked_list( Integer, "=" );

type arggh is record
  ID          : Integer;
  IntList     : MyList.List;
end record;


when i compile i get. completion of nonlimited type cannot be limited.

is there a way to do this?


-- 
Alvin Al Begaye -*- (520)523-7875 -*- aab@pine.cse.nau.edu




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

end of thread, other threads:[~1996-05-09  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-05  0:00 Linked List within a record? Alvin A Begaye
1996-05-07  0:00 ` James A. Krzyzanowski
1996-05-09  0:00 ` Jerome Desquilbet

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