X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Farrays.lisp;h=cdfe4ed147e517140c40cadad4689ffd437ad24a;hb=fd405c886a22392634af58832d31cc809a1abd19;hp=641996ca4dddd2cc667dd9872a087dae6f99c0ea;hpb=65e2a75247b894d1f562102ef1df77c7060b5048;p=uffi.git diff --git a/tests/arrays.lisp b/tests/arrays.lisp index 641996c..cdfe4ed 100644 --- a/tests/arrays.lisp +++ b/tests/arrays.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: arrays.lisp,v 1.5 2003/08/13 18:53:42 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg ;;;; @@ -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+))