From bd7ba3689f8d04d6806f4e2e819dda23ecc9334f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 16 May 2003 08:07:39 +0000 Subject: [PATCH] r4970: Auto commit for Debian build --- uffi/clsql-uffi.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.34.1