r9016: fixes for openmcl
[uffi.git] / src / objects.lisp
index 58b4da622961fc5bcfc65df7d2d0261706e48d19..42ab3fc334fe0b3266fe477f46a19df2dcdcf3f6 100644 (file)
@@ -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))