r9987: Automated commit for Debian build of uffi upstream-version-1.4.26
[uffi.git] / examples / arrays.lisp
index ed8046284589a0155aa855e65a4caa53a8d205d6..8a5831218293fa01245d30b1852c7fe215277db2 100644 (file)
@@ -21,7 +21,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))
 
 (defun test-array-1d ()
   "Tests vector"