X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Ffunctions.lisp;h=600603d2ff33ad135361feb33856e74252f29afb;hb=33b8a5afb55eb161ef04a1be94e6d2dca85c748c;hp=ea87b2e3d8f112664463d8ec18052234b3e9ffea;hpb=2e9e6f820b5bf35bafb506d63e92866bfacac7e9;p=uffi.git diff --git a/src/functions.lisp b/src/functions.lisp index ea87b2e..600603d 100644 --- a/src/functions.lisp +++ b/src/functions.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: functions.lisp,v 1.6 2002/11/20 21:01:31 kevin Exp $ +;;;; $Id: functions.lisp,v 1.7 2003/02/06 06:54:22 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -94,6 +94,7 @@ ,function-args ,@(if module (list :module module) (values)) :result-type ,result-type + :language :ansi-c :calling-convention :cdecl) #+(and mcl (not openmcl)) `(eval-when (:compile-toplevel :load-toplevel :execute)