X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=strings.lisp;h=6c3eb448881c0d2c235cd5df3b0adffaeef33780;hp=efce49807b405fad6545fc6e284f8997e4abc5c0;hb=7e52d3cf184126838285c8d49a2ac6bf9accfa5a;hpb=63cba65abfd2344801e148649b391ecec6b4f82b diff --git a/strings.lisp b/strings.lisp index efce498..6c3eb44 100644 --- a/strings.lisp +++ b/strings.lisp @@ -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 ;;;; @@ -169,7 +169,7 @@ (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))