From: Kevin M. Rosenberg Date: Sat, 23 Mar 2002 12:21:30 +0000 (+0000) Subject: r1634: *** empty log message *** X-Git-Tag: v1.6.1~545 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=01a6946b2543ade1bfd5672ca92827da7e56bf85;p=uffi.git r1634: *** empty log message *** --- diff --git a/src/functions.cl b/src/functions.cl index 4abb951..245a56a 100644 --- a/src/functions.cl +++ b/src/functions.cl @@ -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.4 2002/03/23 12:17:37 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