X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fprimitives.lisp;h=1af37b4f016102ebdc9024f2bd6a0b8f5daf5950;hb=51a8e53201f8883fbd093fe45936d98128a8a5fe;hp=03530669ff87ed7cfc31f3756d07f6f9445bd769;hpb=438c1aab549781622a1decfcce83c045ebd79e43;p=uffi.git diff --git a/src/primitives.lisp b/src/primitives.lisp index 0353066..1af37b4 100644 --- a/src/primitives.lisp +++ b/src/primitives.lisp @@ -2,12 +2,12 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: primitives.cl +;;;; Name: primitives.lisp ;;;; Purpose: UFFI source to handle immediate types ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: primitives.lisp,v 1.8 2002/12/15 17:11:08 kevin Exp $ +;;;; $Id: primitives.lisp,v 1.9 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) #+mcl (defvar *keyword-package* (find-package "KEYWORD"))