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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,47ce8981a5759f74,start X-Google-Attributes: gid103376,public From: aab@pine.cse.nau.edu (Alvin A Begaye) Subject: Linked List within a record? Date: 1996/05/05 Message-ID: <4mjpb7$4gr@pine.cse.nau.edu>#1/1 X-Deja-AN: 153206474 organization: Northern Arizona University, Flagstaff AZ, USA newsgroups: comp.lang.ada Date: 1996-05-05T00:00:00+00:00 List-Id: 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