r4730: Automatic commit for debian_version_1_2_13-1
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 May 2003 02:40:52 +0000 (02:40 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 May 2003 02:40:52 +0000 (02:40 +0000)
tests/compress.lisp

index 9e9674a268997ee782084b9fd530bc0919400bf4..c418408191f3b8b69b830874d62ad76f41fb2b04 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Feb 2002\r
 ;;;;\r
-;;;; $Id: compress.lisp,v 1.9 2003/05/02 02:36:22 kevin Exp $\r
+;;;; $Id: compress.lisp,v 1.10 2003/05/02 02:40:52 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
@@ -18,6 +18,7 @@
 \r
 (in-package :uffi-tests)\r
 \r
+(eval-when (:compile-toplevel :load-toplevel :execute)\r
 (unless (uffi:load-foreign-library\r
         #-(or macosx darwin)\r
         (uffi:find-foreign-library\r
@@ -29,7 +30,7 @@
                                    `(,(pathname-directory *load-pathname*)))\r
         :module "zlib" \r
         :supporting-libraries '("c"))\r
-  (warn "Unable to load zlib"))\r
+  (warn "Unable to load zlib")))\r
   \r
 (uffi:def-function ("compress" c-compress)\r
     ((dest (* :unsigned-char))\r