r9987: Automated commit for Debian build of uffi upstream-version-1.4.26
[uffi.git] / tests / arrays.lisp
index e018083d43f00ec7be45d2eb4af1e4d3e62c86b4..cdfe4ed147e517140c40cadad4689ffd437ad24a 100644 (file)
@@ -18,7 +18,7 @@
 (uffi:def-constant +column-length+ 10)
 (uffi:def-constant +row-length+ 10)
 
-(uffi:def-foreign-type long-ptr '(* :long))
+(uffi:def-foreign-type long-ptr (* :long))
 
 (deftest array.1
     (let ((a (uffi:allocate-foreign-object :long +column-length+))