From: Kevin M. Rosenberg Date: Thu, 15 Apr 2004 11:53:47 +0000 (+0000) Subject: r9016: fixes for openmcl X-Git-Tag: v1.6.1~118 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=25845009fdd5e3d2fbb875027d71fdd47d76ea13 r9016: fixes for openmcl --- diff --git a/src/objects.lisp b/src/objects.lisp index 58b4da6..42ab3fc 100644 --- a/src/objects.lisp +++ b/src/objects.lisp @@ -232,7 +232,7 @@ an array of TYPE with size SIZE. The TYPE parameter is evaluated." ,pointer (* ,(convert-from-uffi-type (eval type) :type))))) ,@body)) -#+allegro +#+(or allegro openmcl) (defmacro with-cast-pointer ((binding-name pointer type) &body body) (declare (ignore type)) `(let ((,binding-name ,pointer))