From c7b9a4ed755cb505a1566a818c09445c0897a293 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Tue, 23 Mar 2010 18:06:05 +0000 Subject: [PATCH] 1.0.36.38: unBREAK ...oops. --- src/compiler/ctype.lisp | 1 - version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compiler/ctype.lisp b/src/compiler/ctype.lisp index 22ca449cd..23cc3ce69 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 2216e11da..58f4e5d02 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" -- 2.11.4.GIT