Luis Oliveira luismbo@gmail.com writes:
CFFI needs bug fixing that's what it is. :-)
Ah, right. Just above notice-foreign-struct-definition there was this comment of mine:
;;; TODO: figure out what to do with empty structures.
Well, max-align should have been 1.
Kenny, setting max-align to 2 is a bad idea. It'll break structs that have only chars.
So, I've pushed a patch that fixes this and the respective regression test.