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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,34e28efa1a88ae84 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.motzarella.org!motzarella.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien?= Newsgroups: comp.lang.ada Subject: Re: Access procedure to pointer Date: Tue, 27 May 2008 17:42:19 +0000 Organization: A noiseless patient Spider Message-ID: <483C47FB.20804@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: feeder.motzarella.org U2FsdGVkX19dGTOGWQO7v6w7wR6LRmLCNqmmloOpI1BCV55Hy6/XjiugeIyghParnIHZhoO/qIk2vsjLLUnkIhFjNVaOmDB3V5Pi1snYkZCQGUpJmn4E7rhzaibpI98CHEunsQ0cpnjNo6x4JC9Z8w== X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers NNTP-Posting-Date: Tue, 27 May 2008 17:42:25 +0000 (UTC) In-Reply-To: X-Auth-Sender: U2FsdGVkX1+tAYHsoOnjdAB7DzQYcYyF3x+n4wx3y4ybvc8AGhJVJw== Cancel-Lock: sha1:5n+gl6AJxX5uDu/q/S8JWsBdvGY= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) Xref: g2news1.google.com comp.lang.ada:398 Date: 2008-05-27T17:42:19+00:00 List-Id: > Why do you need to do this? > > Note that System.Address is not necessarily the same as a pointer, > whether you mean an Ada access value or a C pointer. Assuming so can > cause portability problems, and I can't recall a situation where it was > necessary. I need this to use posix signal.