From: William Harold Newman Date: Thu, 5 Sep 2002 02:07:21 +0000 (+0000) Subject: 0.7.7.14: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=af73b3c091a0a86f698ef44a57c27670428ced65;p=sbcl.git 0.7.7.14: Nathan Froyd pointed out *another* dumb error in the same function in seq.lisp, so I fixed that too. (2 bugs per 10 lines times 150K lines gives what?) --- diff --git a/src/code/seq.lisp b/src/code/seq.lisp index d107578..9ccda2a 100644 --- a/src/code/seq.lisp +++ b/src/code/seq.lisp @@ -113,7 +113,7 @@ length))) (error 'end-too-large-error :datum end - :expected-type (if max-index + :expected-type (if max-end `(integer 0 ,max-end) ;; This seems silly, is there something better? '(integer (0) 0))))) diff --git a/version.lisp-expr b/version.lisp-expr index db83134..300a849 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; for internal versions, especially for internal versions off the ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.7.13" +"0.7.7.14"