uffi/src functions.lisp,1.6,1.7

"Kevin M. Rosenberg" <[email protected]> Wed, 5 Feb 2003 23:54:24 -0700
Newsgroups gmane.lisp.uffi.cvs
Message-ID <[email protected]>
Update of /pubcvs/uffi/src
In directory boa.b9.com:/tmp/cvs-serv20307/src

Modified Files:
	functions.lisp 
Log Message:
Automatic commit for debian_version_1_2_6-1

Index: functions.lisp
===================================================================
RCS file: /pubcvs/uffi/src/functions.lisp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** functions.lisp	20 Nov 2002 21:01:31 -0000	1.6
--- functions.lisp	6 Feb 2003 06:54:22 -0000	1.7
***************
*** 95,98 ****
--- 95,99 ----
         ,@(if module (list :module module) (values))
         :result-type ,result-type
+       :language :ansi-c
         :calling-convention :cdecl)
      #+(and mcl (not openmcl))