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,9dec3ff1604723d9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny01.POSTED!c2bfcbcf!not-for-mail Subject: Re: Bitmanipulation in Ada Newsgroups: comp.lang.ada References: <87k6vwrwym.fsf@insalien.org> <1394gc.kok.ln@skymaster> Message-ID: From: "Ed Falis" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit User-Agent: Opera M2/7.54 (Linux, build 751) Date: Fri, 20 Aug 2004 21:39:38 GMT NNTP-Posting-Host: 68.160.170.30 X-Complaints-To: abuse@verizon.net X-Trace: trndny01 1093037978 68.160.170.30 (Fri, 20 Aug 2004 17:39:38 EDT) NNTP-Posting-Date: Fri, 20 Aug 2004 17:39:38 EDT Xref: g2news1.google.com comp.lang.ada:2903 Date: 2004-08-20T21:39:38+00:00 List-Id: On 20 Aug 2004 21:20:49 GMT, Bernd Specht wrote: > Can I declare full 32-bit modular types? You can use the "sized" versions provided in package Interfaces (eg Unsigned_32), or declare your own: "type Word is mod 2 ** 32; - Ed -- "When I was a kid, I wanted to grow up to be a wise man. Somehow, I just turned out to be a wise guy".