On Tue, Apr 22, 2008 at 9:29 PM, Evan Laforge <[EMAIL PROTECTED]> wrote:

> This uses hsc2hs.  As far as I can tell, alignment is unused.  I've
> never had an error from using 'undefined' there.


Some architectures require all sorts of wacky alignments. E.g. floats may
need to be 4 byte aligned, so it's very important that you don't poke a
single byte, and then a float, you need to pad with 3 empty bytes first
(assuming the whole structure starts at a 4 byte alignment).



-- 
Sebastian Sylvan
+44(0)7857-300802
UIN: 44640862
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to