On Thu, Jun 07, 2007 at 02:10:35PM +0800, Chun Tian (binghe) wrote:
"Faré" fahree@gmail.com writes:
OK, but why not use (cffi:foreign-type-size :pointer) instead of (cffi:foreign-type-size :int) to determine 32/64 bit OS?
I think (cffi:foreign-type-size :pointer) can always do the right thing than (cffi:foreign-type-size :int)
you're correct: I've just committed the fix :)