[cffi-devel] Next release of CFFI with cffi-libffi

Luís Oliveira luismbo at gmail.com
Thu Apr 19 13:56:57 UTC 2012


On Thu, Apr 19, 2012 at 2:50 PM, Stelian Ionescu <sionescu at cddr.org> wrote:
> (with-foreign-object (p '(:struct timespec) 2)
>  (mem-aref p '(:struct timespec) 1))
>
> In order not to break existing code [...]

Existing code will not have this (:struct foo) syntax because it was
introduced by the libffi merge. (mem-aref p 'timespec 1) should
exhibit backwards-compatible behaviour.

-- 
Luís Oliveira
http://r42.eu/~luis/




More information about the cffi-devel mailing list