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