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,dc3610680b3a0711 X-Google-Attributes: gid103376,public From: "David C. Hoos" Subject: Re: student needs help for his project Date: 1999/01/11 Message-ID: <77dg6h$5uf@hobbes.crc.com>#1/1 X-Deja-AN: 431333435 References: <369A311A.156DA9A1@ensica.fr> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Coleman Research Corporation Newsgroups: comp.lang.ada Date: 1999-01-11T00:00:00+00:00 List-Id: Bug wrote in message <369A311A.156DA9A1@ensica.fr>... >a list is a >chained list if the name is the same in french and in english) > Well .. in English we usually say "linked list," but everyone should understand you. >SO what i wanted to know is wether i need simply to think agin my >construction or if a solution exists. You cannot have a circular package dependency in Ada -- although C doesn't care about such things. You could simply declare cell in the list package. Then you would do a partial declaration of type cell, and defer its fill declaration, just as you did for the type ring. David C. Hoos, Sr.