From: Kevin M. Rosenberg Date: Wed, 8 Jun 2005 22:41:41 +0000 (+0000) Subject: r10589: more struct-pointer X-Git-Tag: v1.6.1~46 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=a7e4d38b013b1f9dadf6dd4aed438b2da3619f87 r10589: more struct-pointer --- diff --git a/tests/time.lisp b/tests/time.lisp index 89382a8..fe8e305 100644 --- a/tests/time.lisp +++ b/tests/time.lisp @@ -43,7 +43,7 @@ :returning :cstring) (uffi:def-type time-t :unsigned-long) -(uffi:def-type tm-pointer (* tm)) +(uffi:def-type tm-pointer (:struct-pointer tm)) (deftest :time.1 (uffi:with-foreign-object (time 'time-t)