X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Ffunctions.cl;h=8ac100593c866e99d5e212e4bd1fa3919130b932;hb=01de61313ef9ae72801ac16c5f7d6eba950b12bd;hp=4abb9516840d2ba04a6292800c5bff0aac04d456;hpb=fb93b1923db347f01bdebc7226e5e1eaacacc9f9;p=uffi.git diff --git a/src/functions.cl b/src/functions.cl index 4abb951..8ac1005 100644 --- a/src/functions.cl +++ b/src/functions.cl @@ -1,4 +1,4 @@ -;;;; -*- Mode: ANSI-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.3 2002/03/17 17:33:30 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