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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,95e83dd0c6370d84 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-06 02:20:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: premature use Date: Mon, 6 May 2002 09:20:21 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3CD577E0.8040409@worldnet.att.net> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: tyfon.itea.ntnu.no 1020676821 14865 129.241.83.82 (6 May 2002 09:20:21 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Mon, 6 May 2002 09:20:21 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:23573 Date: 2002-05-06T09:20:21+00:00 List-Id: On Sun, 05 May 2002 18:20:11 GMT, Jim Rogers wrote: > Try putting File_List and Index_List in a child package > > package Help_Lists.File_Lists is > package File_List is > new Double_Linked_List(Data_Type => Help_File_Type); > pacakge Index_List is new > Double_Linked_List(Data_Type => Help_Index_Type); > end Help_Lists.File_Lists; Won't I get a problem due to: type Help_Index_Type is record Section : Unbounded_String; List : File_List.List_Type; ^^^^^^^^^ -- Would it not become circular dependancies here? But I'll test it out after work. Preben -- Preben Randhol ------------------- http://www.pvv.org/~randhol/ -- �For me, Ada95 puts back the joy in programming.�