X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fgettime.cl;h=ea71edcd1badab116e7f38a4f12668b287ea4505;hb=bc5968d54cee0416db7db9ee2c7295489170bccf;hp=a26e57ecc6c6fc1bd607f1ef8bba6d4637393be0;hpb=a395c2892f8bbf8e94f3d1e35b6f24f5c4659b64;p=uffi.git diff --git a/tests/gettime.cl b/tests/gettime.cl index a26e57e..ea71edc 100644 --- a/tests/gettime.cl +++ b/tests/gettime.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: gettime.cl,v 1.1 2002/03/09 19:55:33 kevin Exp $ +;;;; $Id: gettime.cl,v 1.2 2002/03/09 21:19:31 kevin Exp $ ;;;; ;;;; This file is part of UFFI. ;;;; @@ -42,11 +42,11 @@ (yday :int) (isdst :int)) -(uffi:def-routine ("time" c-time) +(uffi:def-function ("time" c-time) ((time (* time-t))) :returning time-t) -(uffi:def-routine ("localtime" c-localtime) +(uffi:def-function ("localtime" c-localtime) ((time (* time-t))) :returning (* tm))