X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Flibraries.lisp;h=1344d9d31a39113c7f08b5d6532ca86b0d93c85a;hb=51a8e53201f8883fbd093fe45936d98128a8a5fe;hp=56829a0155d6a287c6e21f6c769854070c12a138;hpb=438c1aab549781622a1decfcce83c045ebd79e43;p=uffi.git diff --git a/src/libraries.lisp b/src/libraries.lisp index 56829a0..1344d9d 100644 --- a/src/libraries.lisp +++ b/src/libraries.lisp @@ -2,12 +2,12 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: libraries.cl +;;;; Name: libraries.lisp ;;;; Purpose: UFFI source to load foreign libraries ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: libraries.lisp,v 1.6 2002/11/20 21:01:31 kevin Exp $ +;;;; $Id: libraries.lisp,v 1.7 2003/06/06 21:59:18 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,8 +16,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) -(in-package :uffi) +(in-package #:uffi) (defvar *loaded-libraries* nil "List of foreign libraries loaded. Used to prevent reloading a library")