On Tue, 2009-08-25 at 11:57 +0530, Mandeep Sandhu wrote: > Why can't we have a single "packed" attribute at the end of the struct instead > of using it each time at the field level?
Different compilers have different syntaxes for declaring packing. That is why we have the PACK_STRUCT_STRUCT and PACK_STRUCT_FIELD macros. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
