Re: Re: UFFI-Devel Digest, Vol 2, Issue 10

Marco Baringer <[email protected]> Tue, 31 Aug 2004 21:47:36 +0200
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
Ben <ben-PLN1j/[email protected]> writes:

> i ran into something like this porting Elephant (my CL object
> database) to OpenMCL.  this runs fine on CMUCL, SBCL, Allegro
>
> (def-struct foo ....)
> (def-struct bar (slot (* foo)) ...)
>
> but it fails on OpenMCL.  i have to
>
> (ccl:def-foreign-type foo (:struct foo)
>
> is this what you're talking about? - B

that and this:

(get-slot-value obj my-struct my-slot)

vs.

(get-slot-value obj 'my-struct 'my-slot)

-- 
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
     -Leonard Cohen