From: Kevin M. Rosenberg Date: Fri, 16 May 2003 08:07:39 +0000 (+0000) Subject: r4970: Auto commit for Debian build X-Git-Tag: v3.8.6~852 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=bd7ba3689f8d04d6806f4e2e819dda23ecc9334f r4970: Auto commit for Debian build --- 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))