X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Farrays.lisp;h=8a5831218293fa01245d30b1852c7fe215277db2;hb=66f5a25945b334732c2420fbe73b389e89de1669;hp=ed8046284589a0155aa855e65a4caa53a8d205d6;hpb=ebedde4e67b858b1f65c5eb4dc7bc45978ed1e40;p=uffi.git diff --git a/examples/arrays.lisp b/examples/arrays.lisp index ed80462..8a58312 100644 --- a/examples/arrays.lisp +++ b/examples/arrays.lisp @@ -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"