r2759: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 19 Sep 2002 03:34:08 +0000 (03:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 19 Sep 2002 03:34:08 +0000 (03:34 +0000)
debian/changelog
src-main/strings.cl

index 6ad22e5c8ae4376bf7c41b37450f05a8764902c7..910e9c0488c941f0ba5545b3acf45995919d4c50 100644 (file)
@@ -1,3 +1,9 @@
+cl-uffi (0.7.1-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 18 Sep 2002 01:57:10 -0600
+
 cl-uffi (0.7.0-1) unstable; urgency=low
 
   * Remove .system file, restructure directories for .asd file without pathnames
index f4e0e0305fa2c14d0d82c9c186893e57e1346dc9..30616449b3d1faf5ecb2598bffbf856001f74261 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: strings.cl,v 1.1 2002/09/16 17:54:30 kevin Exp $
+;;;; $Id: strings.cl,v 1.2 2002/09/19 03:33:25 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -20,7 +20,7 @@
 (in-package :uffi)
 
 
-(def-constant +null-cstring-pointer+
+(defvar +null-cstring-pointer+
     #+cmu nil
     #+allegro 0
     #+lispworks (fli:make-pointer :address 0 :type '(:unsigned :char))