From: Nikodemus Siivola Date: Tue, 23 Mar 2010 18:06:05 +0000 (+0000) Subject: 1.0.36.38: unBREAK X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=c7b9a4ed755cb505a1566a818c09445c0897a293;p=sbcl.git 1.0.36.38: unBREAK ...oops. --- diff --git a/src/compiler/ctype.lisp b/src/compiler/ctype.lisp index 22ca449..23cc3ce 100644 --- a/src/compiler/ctype.lisp +++ b/src/compiler/ctype.lisp @@ -607,7 +607,6 @@ (frob (- (optional-dispatch-max-args od) min) (length opt) "optional")) (flet ((frob (x y what) (unless (eq x y) - (break "~S" type) (note-lossage "The definition ~:[doesn't have~;has~] ~A, but ~ ~A ~:[doesn't~;does~]." diff --git a/version.lisp-expr b/version.lisp-expr index 2216e11..58f4e5d 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.36.37" +"1.0.36.38"