X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Farrays.lisp;h=8a5831218293fa01245d30b1852c7fe215277db2;hb=13635ed2b774e454b90823e085d84aa968da9eb4;hp=1bc438f623cb6ba2aa853bf03a50d95a58b95dcc;hpb=603822b8bfea96aa4ee6bccec88fb372d84dcc30;p=uffi.git diff --git a/examples/arrays.lisp b/examples/arrays.lisp index 1bc438f..8a58312 100644 --- a/examples/arrays.lisp +++ b/examples/arrays.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: arrays.lisp,v 1.2 2002/12/03 06:58:39 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -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"