X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Farrays.cl;h=61f31b2411295101e526fc803343a8248954ca94;hb=f73eb94e15649aba5fcfbe3a900aa72f31f46a96;hp=e9bbbaaea7cd45a18370f348c928515d4b9b6a61;hpb=ca7e9a2299773cfbc927d71e6289549601438b24;p=uffi.git diff --git a/examples/arrays.cl b/examples/arrays.cl index e9bbbaa..61f31b2 100644 --- a/examples/arrays.cl +++ b/examples/arrays.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: arrays.cl,v 1.1 2002/03/21 07:56:45 kevin Exp $ +;;;; $Id: arrays.cl,v 1.2 2002/03/23 16:32:39 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -33,7 +33,7 @@ (defun test-array-2d () "Tests 2d array" - (let ((a (uffi:allocate-foreign-object (* :long) +row-length+))) + (let ((a (uffi:allocate-foreign-object '(* :long) +row-length+))) (dotimes (r +row-length+) (declare (fixnum r)) (setf (uffi:deref-array a '(:array (* :long)) r)