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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e5140c483354bfcc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny06.POSTED!0f19ed38!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <3fc90377.0411171620.7a3bcfd9@posting.google.com> <30430rF2qcqp0U1@uni-berlin.de> <3046atF2qaqsjU1@uni-berlin.de> Subject: Re: What is correct way to pack records X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Message-ID: <9Vlnd.16762$2V4.935@trndny06> Date: Fri, 19 Nov 2004 12:44:53 GMT NNTP-Posting-Host: 141.157.190.121 X-Complaints-To: abuse@verizon.net X-Trace: trndny06 1100868293 141.157.190.121 (Fri, 19 Nov 2004 07:44:53 EST) NNTP-Posting-Date: Fri, 19 Nov 2004 07:44:53 EST Xref: g2news1.google.com comp.lang.ada:6287 Date: 2004-11-19T12:44:53+00:00 List-Id: "Steve" wrote in message news:Osdnd.115795$R05.75566@attbi_s53... > Just to complicate matters, with Microsoft C/C++ you have pragmas: > > #pragma pack(1) > > So that the packing in the C code may be varied. ... and making the situation worse, packing may be specified by command line options, and hence by project settings.