r2998: add sbcl support
[uffi.git] / src / functions.lisp
index 5210f0a22a2ec41a8e51839ee85b9fff8a19a212..ad8aca4382a2ff8b7091b9606b63a83bc931789f 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: functions.lisp,v 1.3 2002/10/14 01:51:15 kevin Exp $
+;;;; $Id: functions.lisp,v 1.4 2002/10/14 03:07:41 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -85,7 +85,7 @@
         ,result-type
        ,@function-args)
     #+sbcl
-    `(sb-alien:def-alien-routine (,foreign-name ,lisp-name)
+    `(sb-alien:define-alien-routine (,foreign-name ,lisp-name)
         ,result-type
        ,@function-args)
     #+lispworks