Message-Id: <199904020001.TAA03287@delorie.com> Comments: Authenticated sender is From: "George Foot" To: producao Date: Fri, 2 Apr 1999 00:58:41 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: How does DJGPP store its structs? CC: djgpp AT delorie DOT com X-mailer: Pegasus Mail for Win32 (v2.42a) Reply-To: djgpp AT delorie DOT com On 31 Mar 99 at 18:49, producao wrote: > Or use -fpack-struct. I think that's a bad idea, because it means structs in headers for already-compiled libraries (like libc, or Allegro) will in fact not be packed, but the newly compiled code will treat them as packed. Also, struct packing should only be turned off where necessary -- it's generally a good thing. -- George