r9015: fix typo for openmcl
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 15 Apr 2004 11:49:17 +0000 (11:49 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 15 Apr 2004 11:49:17 +0000 (11:49 +0000)
debian/changelog
src/objects.lisp

index 2994cb61e5d43e48e5096da63bc63d25a104fb4b..6162e82f52fbdcb2b7fcff2549b66c7819440908 100644 (file)
@@ -1,3 +1,9 @@
+cl-uffi (1.4.11-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 15 Apr 2004 05:48:48 -0600
+
 cl-uffi (1.4.10-1) unstable; urgency=low
 
   * New upstream
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)