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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6eeec5ea37e964f0 X-Google-Attributes: gid103376,public From: Martin M Dowie Subject: Re: Representation clauses and records Date: 1997/11/24 Message-ID: <$KkaFGAY1de0EwuV@dowie-cs.demon.co.uk>#1/1 X-Deja-AN: 292584981 Distribution: world X-NNTP-Posting-Host: dowie-cs.demon.co.uk [193.237.34.207] References: <347000b1.4909762@news.geccs.gecm.com> <3475F02C.5585B1B6@aonix.com> <3475F2DF.80B1E349@aonix.com> Newsgroups: comp.lang.ada Date: 1997-11-24T00:00:00+00:00 List-Id: In article <3475F2DF.80B1E349@aonix.com>, Brian Nettleton writes >> type Space_Optimized_Array_Type is array (1..2) of >> Space_Optimized_Array_Element; >> pragma Pack(Space_Optimized_Array); -- Ada83 method to assure space opt. also, from what i remember, there is no obligation on a compiler vendor to actual 'do' anything with a predefinde pragma other than recognise it. why not 'for space_optimized_array_type'size use space_optimised_arr ay_element'storage_size'?.. -- Martin M Dowie