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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,15a453f8241a09c5 X-Google-Attributes: gid103376,public From: George Haddad Subject: Re: Booelan Function and sizeof operator Date: 1996/04/15 Message-ID: <31722D7C.182D@mmac.is.lmsc.lockheed.com>#1/1 X-Deja-AN: 147638903 references: content-type: text/plain; charset=us-ascii organization: Lockheed Martin M & S, Sunnyvale, CA mime-version: 1.0 reply-to: ghaddad@lmsc.lockheed.com newsgroups: comp.lang.ada x-mailer: Mozilla 2.01 (Macintosh; I; PPC) Date: 1996-04-15T00:00:00+00:00 List-Id: Samuel Tardieu wrote: >> "David" == David Wheeler writes: > David> sizeof(int) ===> Integer'Size > > I think you mean: sizeof(int) ===> Integer'Size/System.Storage_Unit Wouldn't it actually be: :-) sizeof(int) ===> ((Integer'Size - 1)/System.Storage_Unit) + 1; (Just to drag things out a little more generally. :-)) -- I found these opinions on my doorstep, would you please give them a good home?