r3958: Automatic commit for debian_version_1_2_6-1
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 6 Feb 2003 06:54:22 +0000 (06:54 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 6 Feb 2003 06:54:22 +0000 (06:54 +0000)
debian/changelog
src/functions.lisp

index 9bb90dbaa6f6f052ce6749a130b69619f9b54a06..b7408104966d95d7e98bd0c6a904a1de390dfc5a 100644 (file)
@@ -1,3 +1,9 @@
+cl-uffi (1.2.6-1) unstable; urgency=low
+
+  * Add :language :ansi-c for Lispworks def-function
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  5 Feb 2003 23:54:12 -0700
+
 cl-uffi (1.2.5-1) unstable; urgency=low
 
   * Rework allocate-foreign-array to evaluate type
index ea87b2e3d8f112664463d8ec18052234b3e9ffea..600603d2ff33ad135361feb33856e74252f29afb 100644 (file)
@@ -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)