X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi%2Fclsql-uffi.lisp;h=bf275ba8bde10c1763a983b25df2692d1604ae9c;hb=bd7ba3689f8d04d6806f4e2e819dda23ecc9334f;hp=2302f5f9894f767fbbe7e26b155b6cfded379c1e;hpb=e8e36323a8ce4949dcc455439f1ce352c631dd54;p=clsql.git diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index 2302f5f..bf275ba 100644 --- a/uffi/clsql-uffi.lisp +++ b/uffi/clsql-uffi.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi.lisp,v 1.9 2003/05/16 08:04:02 kevin Exp $ +;;;; $Id: clsql-uffi.lisp,v 1.10 2003/05/16 08:07:39 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -164,7 +164,7 @@ #+allegro (excl:ics-target-case - (:-ics + (:+ics (defun native-to-string (s) (declare (optimize (speed 3) (space 0) (safety 0) (compilation-speed 0)) (type char-ptr-def s)) @@ -179,7 +179,7 @@ (code-char (uffi:deref-array s '(:array :unsigned-char) i))) (incf i)) str))) - (:+ics + (:-ics (defun native-to-string (s) (declare (optimize (speed 3) (space 0) (safety 0) (compilation-speed 0)) (type char-ptr-def s))