uffi/examples c-test-fns.lisp,1.3,1.4
"Kevin M. Rosenberg" <[email protected]> Sun, 17 Nov 2002 21:53:34 -0700
| Newsgroups | gmane.lisp.uffi.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/uffi/examples
In directory boa.b9.com:/tmp/cvs-serv2571/examples
Modified Files:
c-test-fns.lisp
Log Message:
openmcl fixes
Index: c-test-fns.lisp
===================================================================
RCS file: /pubcvs/uffi/examples/c-test-fns.lisp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** c-test-fns.lisp 23 Oct 2002 18:03:21 -0000 1.3
--- c-test-fns.lisp 18 Nov 2002 04:53:31 -0000 1.4
***************
*** 22,27 ****
(uffi:find-foreign-library "c-test-fns"
(list *load-truename* "/home/kevin/debian/src/uffi/examples/"))
! :supporting-libraries '("c")
! :force-load t)
(warn "Unable to load c-test-fns library"))
--- 22,26 ----
(uffi:find-foreign-library "c-test-fns"
(list *load-truename* "/home/kevin/debian/src/uffi/examples/"))
! :supporting-libraries '("c"))
(warn "Unable to load c-test-fns library"))