X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Ffunctions.lisp;fp=src%2Ffunctions.lisp;h=9469945367265763b5814df2023dfebd351b8e05;hb=51a8e53201f8883fbd093fe45936d98128a8a5fe;hp=600603d2ff33ad135361feb33856e74252f29afb;hpb=438c1aab549781622a1decfcce83c045ebd79e43;p=uffi.git diff --git a/src/functions.lisp b/src/functions.lisp index 600603d..9469945 100644 --- a/src/functions.lisp +++ b/src/functions.lisp @@ -2,12 +2,12 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: function.cl +;;;; Name: function.lisp ;;;; Purpose: UFFI source to C function definitions ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: functions.lisp,v 1.7 2003/02/06 06:54:22 kevin Exp $ +;;;; $Id: functions.lisp,v 1.8 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) (defun process-function-args (args) (if (null args)