Re: deref-pointer

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Fri, 29 Mar 2002 08:02:59 -0700 (MST)
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
Yes, it should -- thanks for the report! I'll fix it and update the CVS 
tree.

-- 
Kevin Rosenberg
kevin-HJRc7zDS/[email protected]


On Fri, 29 Mar 2002, John DeSoi wrote:

> 
> Should this use convert-from-uffi-type? Seems like it should.
> 
> 
> Thanks,
> 
> 
> John DeSoi, Ph.D.
> 
> 
> 
> 
> (defmacro deref-pointer (ptr type)
>    "Returns a object pointed"
>    #+(or cmu lispworks) (declare (ignore type))
>    #+cmu  `(alien:deref ,ptr)
>    #+lispworks `(fli:dereference ,ptr)
>    #+allegro `(ff:fslot-value-typed ,type :c ,ptr)
> )
> _______________________________________________
> UFFI-Devel mailing list
> [email protected]
> http://www.b9.com/mailman/listinfo/uffi-devel
>