r9015: fix typo for openmcl
[uffi.git] / src / objects.lisp
index 82a9d0e8270960c5041310aa0bc1d59c0ef81527..58b4da622961fc5bcfc65df7d2d0261706e48d19 100644 (file)
@@ -98,7 +98,7 @@ an array of TYPE with size SIZE. The TYPE parameter is evaluated."
   #+sbcl `(sb-alien:sap-alien (sb-sys:int-sap ,addr) (* ,(convert-from-uffi-type (eval type) :type)))
   #+lispworks `(fli:make-pointer :address ,addr :type (quote ,(convert-from-uffi-type (eval type) :type)))
   #+allegro addr
-  #+mcl `(ccl:%int-to-ptr addr)
+  #+mcl `(ccl:%int-to-ptr ,addr)
   )
 
 (defmacro pointer-address (ptr)