From 25845009fdd5e3d2fbb875027d71fdd47d76ea13 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 15 Apr 2004 11:53:47 +0000 Subject: [PATCH] r9016: fixes for openmcl --- src/objects.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.34.1