X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Ffunctions.cl;h=8ac100593c866e99d5e212e4bd1fa3919130b932;hb=2fb4bcbbd471fc9c20c1185fde41a3eea4d941d1;hp=62b1a491005147c896071d718af87ee9ca9ec781;hpb=bf5c7e7c36474375604bcbcedea8794a68dd1784;p=uffi.git diff --git a/src/functions.cl b/src/functions.cl index 62b1a49..8ac1005 100644 --- a/src/functions.cl +++ b/src/functions.cl @@ -1,4 +1,4 @@ -;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: UFFI -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: functions.cl,v 1.2 2002/03/14 21:03:12 kevin Exp $ +;;;; $Id: functions.cl,v 1.6 2002/04/06 19:53:08 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -66,7 +66,7 @@ ,result-type ,@function-args) #+lispworks - `(fli:define-foreign-function (,lisp-name ,foreign-name :object) + `(fli:define-foreign-function (,lisp-name ,foreign-name :source) ,function-args ,@(if module (list :module module) (values)) :result-type ,result-type