From: Kevin M. Rosenberg Date: Thu, 22 May 2003 15:44:30 +0000 (+0000) Subject: r5021: Automatic commit for debian_version_1_6_4-1 X-Git-Tag: v3.8.6~830 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=42956db30c14bddc61f715982a449ba0b85bec96 r5021: Automatic commit for debian_version_1_6_4-1 --- diff --git a/debian/changelog b/debian/changelog index 5cd7c61..adc6ac3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (1.6.4-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 22 May 2003 09:42:33 -0600 + cl-sql (1.6.3-1) unstable; urgency=low * New upstream diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index 2f55de3..547738c 100644 --- a/uffi/clsql-uffi.lisp +++ b/uffi/clsql-uffi.lisp @@ -7,7 +7,7 @@ l;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi.lisp,v 1.24 2003/05/17 07:52:21 kevin Exp $ +;;;; $Id: clsql-uffi.lisp,v 1.25 2003/05/22 15:44:30 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -144,7 +144,7 @@ l;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- (incf i)) str)) -#-(and allegro ics) +#+(and allegro (not ics)) (defun native-to-string (s) (declare (optimize (speed 3) (space 0) (safety 0) (compilation-speed 0)) (type char-ptr-def s)) @@ -166,6 +166,3 @@ l;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- (uffi:deref-array s '(:array :unsigned-char) i)) (incf i)) str)) - - -