> Would > > typdef GC_cardMapElem GC_cardMapStart __attribute__ ((aligned (4))); > typdef GC_crossMapElem GC_crossMapStart __attribute__ ((aligned (4))); > > accomplish the same thing? If so, it is a little better documentation of > the relationship. Yes, that works fine. I've committed the change.