0.7.7.14:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 5 Sep 2002 02:07:21 +0000 (02:07 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 5 Sep 2002 02:07:21 +0000 (02:07 +0000)
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?)

src/code/seq.lisp
version.lisp-expr

index d107578..9ccda2a 100644 (file)
                       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)))))
index db83134..300a849 100644 (file)
@@ -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"