From: Kevin M. Rosenberg Date: Mon, 11 Mar 2002 18:20:10 +0000 (+0000) Subject: r1547: *** empty log message *** X-Git-Tag: v1.6.1~601 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=e6a4defeedc65126598fb820cef577055c80b5c2;p=uffi.git r1547: *** empty log message *** --- diff --git a/src/objects.cl b/src/objects.cl index a4b4a6e..c8d219b 100644 --- a/src/objects.cl +++ b/src/objects.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: objects.cl,v 1.3 2002/03/10 11:13:07 kevin Exp $ +;;;; $Id: objects.cl,v 1.4 2002/03/11 18:20:10 kevin Exp $ ;;;; ;;;; This file is part of the UFFI. ;;;; @@ -60,7 +60,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)