X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fobjects.cl;h=70d5abd238356d9dfa290f74a1a074be5f6f6c5b;hb=ab96e211bb083d1e1ea4edca83d4f6d47b41c84b;hp=014fe9d2fae243f97d4d2b63c94a29ea583eba0c;hpb=f73eb94e15649aba5fcfbe3a900aa72f31f46a96;p=uffi.git diff --git a/src/objects.cl b/src/objects.cl index 014fe9d..70d5abd 100644 --- a/src/objects.cl +++ b/src/objects.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: objects.cl,v 1.15 2002/03/23 16:32:39 kevin Exp $ +;;;; $Id: objects.cl,v 1.16 2002/03/29 15:06:07 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -76,7 +76,7 @@ an array of TYPE with size SIZE. The TYPE parameter is evaluated." #+(or cmu lispworks) (declare (ignore type)) #+cmu `(alien:deref ,ptr) #+lispworks `(fli:dereference ,ptr) - #+allegro `(ff:fslot-value-typed ,type :c ,ptr) + #+allegro `(ff:fslot-value-typed ,(convert-from-uffi-type type :deref) :c ,ptr) ) #+lispworks ;; with LW, deref is a character