[cffi-devel] Manual: defcvar :read-only example
12 May
2009
12 May
'09
1:04 p.m.
Hi, 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)
26 May
26 May
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/
5735
Age (days ago)
5749
Last active (days ago)
1 comments
2 participants
participants (2)
-
Luís Oliveira
-
Tobias Rautenkranz