[cffi-devel] cffi-clisp.lisp multiple-value-bind usage of variable "error" conflicts with another package

Luís Oliveira luismbo at gmail.com
Wed Feb 14 13:31:14 UTC 2007


On 29/12/06, Fred Stone <freddybear428007 at cs.com> 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/



More information about the cffi-devel mailing list