uffi/tests compress.lisp,1.9,1.10

"Kevin M. Rosenberg" <[email protected]> Thu, 1 May 2003 20:40:54 -0600
Newsgroups gmane.lisp.uffi.cvs
Message-ID <[email protected]>
Update of /pubcvs/uffi/tests
In directory boa.b9.com:/tmp/cvs-serv31897/tests

Modified Files:
	compress.lisp 
Log Message:
Automatic commit for debian_version_1_2_13-1

Index: compress.lisp
===================================================================
RCS file: /pubcvs/uffi/tests/compress.lisp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** compress.lisp	2 May 2003 02:36:22 -0000	1.9
--- compress.lisp	2 May 2003 02:40:52 -0000	1.10
***************
*** 19,22 ****
--- 19,23 ----
  (in-package :uffi-tests)
  
+ (eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (uffi:load-foreign-library
  	 #-(or macosx darwin)
***************
*** 30,34 ****
  	 :module "zlib" 
  	 :supporting-libraries '("c"))
!   (warn "Unable to load zlib"))
    
  (uffi:def-function ("compress" c-compress)
--- 31,35 ----
  	 :module "zlib" 
  	 :supporting-libraries '("c"))
!   (warn "Unable to load zlib")))
    
  (uffi:def-function ("compress" c-compress)