From: Kevin M. Rosenberg Date: Fri, 2 May 2003 02:40:52 +0000 (+0000) Subject: r4730: Automatic commit for debian_version_1_2_13-1 X-Git-Tag: v1.6.1~216 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=2b1f2d29802318570d2ab46fab5d358fd4910545 r4730: Automatic commit for debian_version_1_2_13-1 --- diff --git a/tests/compress.lisp b/tests/compress.lisp index 9e9674a..c418408 100644 --- a/tests/compress.lisp +++ b/tests/compress.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: compress.lisp,v 1.9 2003/05/02 02:36:22 kevin Exp $ +;;;; $Id: compress.lisp,v 1.10 2003/05/02 02:40:52 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -18,6 +18,7 @@ (in-package :uffi-tests) +(eval-when (:compile-toplevel :load-toplevel :execute) (unless (uffi:load-foreign-library #-(or macosx darwin) (uffi:find-foreign-library @@ -29,7 +30,7 @@ `(,(pathname-directory *load-pathname*))) :module "zlib" :supporting-libraries '("c")) - (warn "Unable to load zlib")) + (warn "Unable to load zlib"))) (uffi:def-function ("compress" c-compress) ((dest (* :unsigned-char))