Re: Re: [Patch] Oracle on Mac OS X with SBCL and OpenMCL
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
James Bielman wrote: > Cool! I took another look at the DEREF-POINTER definition for OpenMCL, > and I think the use of DEFSETF is the culprit as it is delaying the > evaluation of the :POINTER-VOID argument by rebinding it to a gensym. Thanks for working on that. I'll update the code. > Removing the conditionalized definition of DEREF-POINTER-SET and the > corresponding DEFSETF appears to fix the problem (unless I'm missing > a subtle reason why MCL needs DEFSETF unlike the other Lisps...) John Desoi wrote the original MCL/OpenMCL layer a few years ago. Since then, the openmcl ffi has diverged from mcl a few times. I don't run MCL so I don't know the capabilities of its current ffi. -- Kevin Rosenberg kevin-HJRc7zDS/[email protected]