X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=abaad4655e0851e2f16132a77ed538684324fbad;hb=1eef42e18bc87785aec91ce4710085d30898b160;hp=e25c9cef71b1403544324b2e506ae5e16e22c6cb;hpb=d0a074275862d6458963f9ad4a835cb03e50ebbf;p=uffi.git diff --git a/src/package.lisp b/src/package.lisp index e25c9ce..abaad46 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -7,11 +7,8 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 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. ;;;; ************************************************************************* (in-package #:cl-user) @@ -75,9 +72,11 @@ #:find-foreign-library #:load-foreign-library #:default-foreign-library-type + #:foreign-library-types ;; OS #:run-shell-command + #:getenv ))