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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7d502cbc6396bf1f X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Universal Integer in TO_ADDRESS call Date: 1999/05/31 Message-ID: <7isqec$kpt$1@nnrp1.deja.com>#1/1 X-Deja-AN: 483912025 References: <375004b1@news.compd.com> <01beaa3e$0e05fbc0$9b2bb6c7@alesia> <7iqblm$30j$1@nnrp1.deja.com> <7isc5p$2ql$1@lure.pipex.net> X-Http-Proxy: 1.0 x40.deja.com:80 (Squid/1.1.22) for client 166.72.71.57 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Mon May 31 01:59:39 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-05-31T00:00:00+00:00 List-Id: In article <7isc5p$2ql$1@lure.pipex.net>, "David Akister" wrote: > Thanks very much for that chaps. > It does seem bizarre that address conversion on this XDADA compiler is > limited to an short integer type - which is too small for most applications, > and the universal type which loses it universalness (made up word!) when > manipulated in any way.... > Oh well INTEGER'POS it is then. DEC ADA which is the host compiler is more > fun with its UNSIGNED_LONGWORD. > Thanks a lot Sounds like the result of a rather bizarre subsetting of the original DEC Ada 83 design. After all the only reason for the universal_integer trick in DEC Ada 83 is to get around the ambiguities that are introduced by having the function defined on two different integer types. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.