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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3ac670d3be4b8f7a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-07 18:58:07 PST Path: supernews.google.com!sn-xit-03!supernews.com!nntp.cs.ubc.ca!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.mi.home.com.POSTED!not-for-mail From: "mcdoobie" Subject: Re: A question on function calls and defs. Newsgroups: comp.lang.ada Organization: Caffinated Corps References: <3AA6F2AB.A1A12BD5@mindspring.com> User-Agent: Pan/0.8.1beta6 (Unix) X-No-Productlinks: Yes Message-ID: Date: Thu, 08 Mar 2001 02:55:03 GMT NNTP-Posting-Host: 24.0.109.49 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.mi.home.com 984020103 24.0.109.49 (Wed, 07 Mar 2001 18:55:03 PST) NNTP-Posting-Date: Wed, 07 Mar 2001 18:55:03 PST Xref: supernews.google.com comp.lang.ada:5533 Date: 2001-03-08T02:55:03+00:00 List-Id: In article <3AA6F2AB.A1A12BD5@mindspring.com>, "Larry Hazel" wrote: > > The function spec in the .ads file must match the function definition in > the body of the package. Sounds as if the compiler is trying to tell > you they don't match. > > Larry Hah! Apparently, it seems that's the case. I made a small adjustment to my .ads spec file and voila, it works. Now I'm beginning to see why Ada95 is so effective in helping programmers avoid bugs. Thanks. McDoobie mcdoobie@hotmail.com