[MLton] Re: [MLton-commit] r4683

Stephen Weeks sweeks@sweeks.com
Tue, 18 Jul 2006 19:51:28 -0700


> 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.