X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Ffunctions.cl;h=245a56a0b8dee8d99f0aa358960665b020b24bca;hb=8439e722b78d26a4ae9b290373acb71920af2262;hp=4abb9516840d2ba04a6292800c5bff0aac04d456;hpb=fb93b1923db347f01bdebc7226e5e1eaacacc9f9;p=uffi.git 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