X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftime.lisp;h=2402b429987d54b82730145b0c146f6b625312bf;hb=65e2a75247b894d1f562102ef1df77c7060b5048;hp=0dd1816d22aa6881c6acfacaacec8b190ba20eab;hpb=5adb58ea9a2b4f0af8789ce6ac722253e1aa6153;p=uffi.git diff --git a/tests/time.lisp b/tests/time.lisp index 0dd1816..2402b42 100644 --- a/tests/time.lisp +++ b/tests/time.lisp @@ -7,16 +7,13 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: time.lisp,v 1.1 2003/04/30 14:06:14 kevin Exp $ +;;;; $Id: time.lisp,v 1.2 2003/08/13 18:53:42 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; -;;;; UFFI users are granted the rights to distribute and use this software -;;;; as governed by the terms of the Lisp Lesser GNU Public License -;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :uffi-tests) +(in-package #:uffi-tests) (uffi:def-foreign-type time-t :unsigned-long)