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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1dd28d5040ded1f8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-11 05:27:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!newsfeed1.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3CDD0E6F.52A44426@earthlink.net> From: "Marc A. Criley" Organization: Quadrus Corporation X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Announce: Grace project site operational References: <3CD88FBD.4070706@telepath.com> <3CD91E31.1060004@telepath.com> <3CDBD673.FF452A3D@otelco.net> <3CDC72AF.BE00D2E7@adaworks.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 11 May 2002 12:27:39 GMT NNTP-Posting-Host: 63.191.69.103 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 1021120059 63.191.69.103 (Sat, 11 May 2002 05:27:39 PDT) NNTP-Posting-Date: Sat, 11 May 2002 05:27:39 PDT Xref: archiver1.google.com comp.lang.ada:23890 Date: 2002-05-11T12:27:39+00:00 List-Id: Richard Riehle wrote: > > I remember a project where the integer types were defined, > > type Int_8 is range -2**7..2**7-1; > for Int_8'Size use 8; > type Int_16 ... > for Int_16'Size ... > type Int_32 ... > for Int_32'Size ... Remember? They're still here. And not only the above, but virtually every integer type in the system is declared as a subtype of one of these. Sorta misses the point, eh? Marc A. Criley Consultant Quadrus Corporation www.quadruscorp.com