From 2b1f2d29802318570d2ab46fab5d358fd4910545 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 2 May 2003 02:40:52 +0000 Subject: [PATCH] r4730: Automatic commit for debian_version_1_2_13-1 --- tests/compress.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)) -- 2.34.1