r10396: 2005-04-12 Kevin Rosenberg (kevin@rosenberg.net)
[uffi.git] / examples / c-test-fns.lisp
index 84c2161275bd5fddf20144a64549d5995c9487fb..f24d5cc29293840112393e2e8ea869ecd2987ddb 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: c-test-fns.lisp,v 1.3 2002/10/23 18:03:21 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -21,8 +21,7 @@
 (unless (uffi:load-foreign-library 
         (uffi:find-foreign-library "c-test-fns" 
                                    (list *load-truename* "/home/kevin/debian/src/uffi/examples/"))
-        :supporting-libraries '("c")
-        :force-load t)
+        :supporting-libraries '("c"))
   (warn "Unable to load c-test-fns library"))
 
 (uffi:def-function ("cs_to_upper" cs-to-upper)