From 7b60895e23603aba2506b1dde8bb1d59efaa94eb Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 15 May 2003 07:39:42 +0000 Subject: [PATCH] r4948: Auto commit for Debian build --- uffi/clsql-uffi.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index 11fb988..3c4c818 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.6 2003/05/15 07:33:21 kevin Exp $ +;;;; $Id: clsql-uffi.lisp,v 1.7 2003/05/15 07:39:42 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -130,7 +130,8 @@ :returning :unsigned-int) (defun native-to-string (s) - (declare (optimize (speed 3) (space 0) (safety 0) (compilation-speed 0))) + (declare (optimize (speed 3) (space 0) (safety 0) (compilation-speed 0)) + (type char-ptr-def s)) (let* ((len (strlen s)) (str (make-string len))) (declare (fixnum len) -- 2.34.1