From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 30 Jul 93 12:00:41 GMT From: cis.ohio-state.edu!math.ohio-state.edu!magnus.acs.ohio-state.edu!csn!news .den.mmc.com!iplmail!alcyone!rgilbert@ucbvax.Berkeley.EDU (Bob Gilbert) Subject: Re: Forcing default representations Message-ID: <1993Jul30.120041.18908@iplmail.orl.mmc.com> List-Id: In article 030333@lglsun.epfl.ch, madmats@lglsun.epfl.ch (Mats Weber) writes: > >Ada has no way of specifying exact layout of records: you will never know wher e the >most/least significant bit goes. Not true. Ada does provide a way of specifying exact layout of records. The problem is that it is implementation dependent. But you will know what it is for the target you are working with. Bob