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,d1fe9a910cd0ca57 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon02.news.prodigy.net!prodigy.net!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Size of objects in records with an array. Date: Tue, 24 Oct 2006 13:56:26 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1161712138.465357.295460@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1161712586 1929 192.74.137.71 (24 Oct 2006 17:56:26 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 24 Oct 2006 17:56:26 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:VnHq9Gom8lOgg5b2chwMN8BYOxc= Xref: g2news2.google.com comp.lang.ada:7184 Date: 2006-10-24T13:56:26-04:00 List-Id: "Richard Charts" writes: > type Bit_Array is array ( Natural range 8..31) > of boolean; for Bit_Array'Component_Size use 1; - Bob