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=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5dacec64c8c879fa X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.227.40 with SMTP id rx8mr13081844pbc.5.1328595997849; Mon, 06 Feb 2012 22:26:37 -0800 (PST) Path: lh20ni269510pbb.0!nntp.google.com!news2.google.com!news.glorb.com!news.netfront.net!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: Preventing Unchecked_Deallocation? Date: Mon, 06 Feb 2012 23:26:34 -0700 Organization: Also freenews.netfront.net; news.tornevall.net Message-ID: References: <33a35da4-6c3e-4ab4-b58f-a9d73565d79a@t30g2000vbx.googlegroups.com> NNTP-Posting-Host: 97.227.10.4 Mime-Version: 1.0 X-Trace: adenine.netfront.net 1328595997 24915 97.227.10.4 (7 Feb 2012 06:26:37 GMT) X-Complaints-To: news@netfront.net NNTP-Posting-Date: Tue, 7 Feb 2012 06:26:37 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111229 Thunderbird/9.0 In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-02-06T23:26:34-07:00 List-Id: On 02/05/2012 09:42 AM, Simon Belmont wrote: > > package ud is > function Get return not null access Integer; > end ud; A basic design rule is: the reserved word access must not appear in the visible part of a package specification. If you follow this rule, I think your problem will disappear. -- Jeff Carter "You empty-headed animal-food-trough wiper." Monty Python & the Holy Grail 04 --- Posted via news://freenews.netfront.net/ - Complaints to news@netfront.net ---