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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,56250291936154a0 X-Google-Attributes: gid103376,public From: Alfred Hilscher Subject: Re: Where is the elusive jump command? Date: 2000/03/30 Message-ID: <38E312F8.78883ACB@icn.siemens.de>#1/1 X-Deja-AN: 604241545 Content-Transfer-Encoding: 7bit References: <38D771CA.D41AF9B5@port.ac.uk> <8bq7ku$mc8$1@nnrp1.deja.com> <38E0E723.C39C392@quadruscorp.com> <8brfm4$4uc$1@nnrp1.deja.com> <8brn4k$p6i$1@slb0.atl.mindspring.net> <8brrpj$i04$1@nnrp1.deja.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Siemens AG Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-03-30T00:00:00+00:00 List-Id: unfortunately, ALIASED is neccessary in most bindings to C-written APIs. Robert Dewar wrote: > The point is that aliasing is generally speaking very bad > practice. The facility for pointing to variables was introduced > in Ada 95 with reluctance when certain convincing examples > were given, including in particular the construction of > static structures involving pointers. > > It should be VERY sparingly used, really it should be regarded > like Unchecked_Conversion, a noisy declaration that you intend > to do something rather undesirable, namely in this case the > creation of possibly confusing aliases for the variable.