X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fobjects.cl;h=6167636a7fb1c57a36f9893215788d0ddb73bdf4;hb=40314c219af7f3c1117836a66f4028a52704437d;hp=a114b653921004d4a9352668469bf793d2deb02d;hpb=e41ee8065d399e0fb1d0d851a27aa53ba9015cf2;p=uffi.git diff --git a/src/objects.cl b/src/objects.cl index a114b65..6167636 100644 --- a/src/objects.cl +++ b/src/objects.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: objects.cl,v 1.1 2002/03/09 19:55:33 kevin Exp $ +;;;; $Id: objects.cl,v 1.2 2002/03/10 00:11:47 kevin Exp $ ;;;; ;;;; This file is part of the UFFI. ;;;; @@ -64,7 +64,7 @@ #+cmu `(system:int-sap 0) #+allegro 0 - #+lispworks `(fli:make-pointer :address 0 :type ,type) + #+lispworks `(fli:make-pointer :address 0 :type ',type) ) (defmacro deref-pointer (ptr type)