26 May
2009
26 May
'09
7:46 p.m.
On Tue, May 12, 2009 at 2:04 PM, Tobias Rautenkranz <tobias@rautenkranz.ch> 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/