On Tue, May 12, 2009 at 2:04 PM, Tobias Rautenkranz
<[email protected]> wrote:
> The defcvar example:
> CFFI> (defcvar ("errno" +error-number+) :int :read-only t)
> in the manual should be:
> CFFi> (defcvar ("errno" +error-number+ :read-only t) :int)

Thanks for the report. Should be fixed now.

-- 
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/

_______________________________________________
cffi-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to