Date: Wed, 10 Aug 1994 21:01:04 -0400 (EDT) From: Kimberley Burchett Subject: packed structs To: DJGPP Mailing List Is there any other way to pack a struct other than use __attribute__ ((packed)) on every single one? I tried #defining PACK for a shortcut, but it's still annoying. Is there some kind of compile switch? If not, that's okay, but if there is, I'd much rather use it. Kim