From 57ffc70358152193c4b06067aec599180c6f2fe1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 19 Sep 2002 03:34:08 +0000 Subject: [PATCH] r2759: *** empty log message *** --- debian/changelog | 6 ++++++ src-main/strings.cl | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6ad22e5..910e9c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (0.7.1-1) unstable; urgency=low + + * New upstream version + + -- Kevin M. Rosenberg 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 diff --git a/src-main/strings.cl b/src-main/strings.cl index f4e0e03..3061644 100644 --- a/src-main/strings.cl +++ b/src-main/strings.cl @@ -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)) -- 2.34.1