r5496: def-foreign-var support
[uffi.git] / tests / foreign-loader.lisp
index eea47945833bdec2517ce43ab170e69c089789bb..4cd8441d81c190eb34a1a0623f0024c3eb94482b 100644 (file)
@@ -7,19 +7,16 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: foreign-loader.lisp,v 1.3 2003/06/26 18:02:08 kevin Exp $
+;;;; $Id: foreign-loader.lisp,v 1.5 2003/08/14 21:40:13 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
-;;;; UFFI users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
 ;;; For CMUCL, it's necessary to load foreign files separate from their
 ;;; usage
 
-(in-package :uffi-tests)
+(in-package #:uffi-tests)
 
 (eval-when (:compile-toplevel :load-toplevel :execute)
 (unless (uffi:load-foreign-library
@@ -40,6 +37,7 @@
                                    (list
                                     (pathname-directory *load-truename*)
                                     "/usr/lib/uffi/"))
-        :supporting-libraries '("c"))
+        :supporting-libraries '("c")
+        :module "uffi_tests")
   (warn "Unable to load uffi-c-test-lib library"))