From 5a7117c2a750662b4ecd36c62c7c073d76f64b4e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 7 Jun 2005 18:55:02 +0000 Subject: [PATCH] r10562: avoid using calling-convention on lispworks macosx --- src/functions.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.lisp b/src/functions.lisp index 5552ffb..1610b22 100644 --- a/src/functions.lisp +++ b/src/functions.lisp @@ -200,7 +200,7 @@ ,@(if module (list :module module) (values)) :result-type ,result-type :language :ansi-c - :calling-convention :cdecl) + #-macosx :calling-convention #-macosx :cdecl) #+(and mcl (not openmcl)) `(eval-when (:compile-toplevel :load-toplevel :execute) (ccl:define-entry-point (,lisp-name ,foreign-name) -- 2.34.1