[Openmcl-devel] Darwin problems using UFFI

Kevin Rosenberg kevin at rosenberg.net
Wed Jun 23 11:35:25 PDT 2004


Gary Byers wrote:
> The macro UFFI:CONVERT-FROM-FOREIGN-STRING needs to use backquote instead
> of quote ...  I found that it was simplest to change the offending clause
> to:

Whoops -- right you are!

>     #+openmcl ,@(if length
>                 `((ccl:%str-from-ptr ,obj ,length))
>                 `((ccl:%get-cstring ,obj))))))

Thanks for the improved code, I'll use it and release a new version of
UFFI today.

-- 
Kevin Rosenberg
kevin at rosenberg.net



More information about the Openmcl-devel mailing list