r5114: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 12 Jun 2003 17:58:45 +0000 (17:58 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 12 Jun 2003 17:58:45 +0000 (17:58 +0000)
debian/changelog
strings.lisp

index 31a9f5e2bd8e4b0686c64deacbfbf690a13a17f8..7a0ff2dd01b8c783b7afc47db311e3c626c653c2 100644 (file)
@@ -1,3 +1,9 @@
+cl-kmrcl (1.49-1) unstable; urgency=low
+
+  * Fix type
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 11:40:22 -0600
+
 cl-kmrcl (1.48-1) unstable; urgency=low
 
   * New upstream, new functions
index efce49807b405fad6545fc6e284f8997e4abc5c0..6c3eb448881c0d2c235cd5df3b0adffaeef33780 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: strings.lisp,v 1.38 2003/06/12 11:10:38 kevin Exp $
+;;;; $Id: strings.lisp,v 1.39 2003/06/12 17:58:45 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 
 (defun replaced-string-length (str repl-alist)
   (declare (simple-string str)
-    (declare (fixnum orig-len new-len))
+          (fixnum orig-len new-len)
           (optimize (speed 3) (safety 0) (space 0)))
     (do* ((i 0 (1+ i))
          (orig-len (length str))