comp.lang.ada
 help / color / mirror / Atom feed
From: aab@pine.cse.nau.edu (Alvin A Begaye)
Subject: Linked List within a record?
Date: 1996/05/05
Date: 1996-05-05T00:00:00+00:00	[thread overview]
Message-ID: <4mjpb7$4gr@pine.cse.nau.edu> (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




             reply	other threads:[~1996-05-05  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-05  0:00 Alvin A Begaye [this message]
1996-05-07  0:00 ` Linked List within a record? James A. Krzyzanowski
1996-05-09  0:00 ` Jerome Desquilbet
replies disabled

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