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-Thread: 103376,e1c47fd1b76b1c05 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread3.news.pas.earthlink.net.POSTED!a6202946!not-for-mail From: Jeffrey Carter Organization: jrcarter commercial-at acm [period | full stop] org User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Task entries and access to subprograms. References: <4253B917.5070800@mailinator.com> In-Reply-To: <4253B917.5070800@mailinator.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Thu, 07 Apr 2005 02:05:12 GMT NNTP-Posting-Host: 63.16.19.34 X-Complaints-To: abuse@earthlink.net X-Trace: newsread3.news.pas.earthlink.net 1112839512 63.16.19.34 (Wed, 06 Apr 2005 19:05:12 PDT) NNTP-Posting-Date: Wed, 06 Apr 2005 19:05:12 PDT Xref: g2news1.google.com comp.lang.ada:10311 Date: 2005-04-07T02:05:12+00:00 List-Id: Alex R. Mosteo wrote: > type AInt is access all Integer; > type Code is access procedure; > entry Two (I : AInt); -- No complaint. Legal? This was legal in Ada 83, and that wasn't changed by Ada 95. > entry Four (C : Code); -- No complaint. There's a difference between access parameters and parameters of an access type. -- Jeff Carter "If you don't get the President of the United States on that phone, ... you're going to have to answer to the Coca-Cola Company." Dr. Strangelove 32