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,a0792820d2e409c6 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Alsys Ada question Date: 2000/03/07 Message-ID: <8a3k1j$3bj$1@nnrp1.deja.com>#1/1 X-Deja-AN: 594361966 References: <38C53DCC.C89AE4BF@silver.jhuapl.edu> X-Http-Proxy: 1.0 x22.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Mar 07 19:07:35 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I) Date: 2000-03-07T00:00:00+00:00 List-Id: In article <38C53DCC.C89AE4BF@silver.jhuapl.edu>, Scott Ingram wrote: > I've inherited a system that was built using > "DOS Alsys Ada 4.2 for 80X86 and cross." > > In the sources, there is a "with" clause for a > package "Unsigned," which I do not recall being > a standard Ada83 package...so I am presuming that > this package was supplied by Alsys with the compiler. > Can anyone confirm or deny that supposition? You are correct that there is no "Unsigned" package in standard Ada83. You can check what's in the Ada standard yourself in one of the various places that it is available online. You should be able to check what comes with your compiler yourself by looking through its directories, or flipping through appendix F in its documentation. My guess would be that its a package supplying a true 32-bit unsigned integer type, which the Ada83 standard made it impossible to do yourself within the language on a 32-bit machine. However, its also possible that its a package declared inside of another package that your code has a "use" clause for. > Also, who would I contact to see if that product is > still available? Aonix. http://www.aonix.com -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.