On 29/12/06, Fred Stone <[EMAIL PROTECTED]> wrote:
In cffi-clisp.lisp, around line 234;
    (multiple-value-bind (ff error) ...
is causing the problem. I patched this to:
    (multiple-value-bind (ff fferror)
and also corrected the subsequent two references to error on lines 249
and 250 and managed to get past this particular problem.

Thanks for your report. Those particular lines actually disappeared
somewhere in the latest patches so I guess that problem's solved.
Looks to me like a CLISP bug though.

--
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/
_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to