X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fc-test-fns.lisp;h=4ff8fb90ea24632fd6b0240349418dad6a8f7908;hb=535491c5db05b0cae9aea892d652d73a9e1b0f19;hp=84c2161275bd5fddf20144a64549d5995c9487fb;hpb=284e18453143792bce58e7c5e4ecada7fd45ae46;p=uffi.git diff --git a/examples/c-test-fns.lisp b/examples/c-test-fns.lisp index 84c2161..4ff8fb9 100644 --- a/examples/c-test-fns.lisp +++ b/examples/c-test-fns.lisp @@ -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: c-test-fns.lisp,v 1.4 2002/11/18 04:53:31 kevin Exp $ ;;;; ;;;; 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)