From: Nikodemus Siivola Date: Thu, 18 Jun 2009 09:21:34 +0000 (+0000) Subject: 1.0.29.15: delete stray debugging cruft X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=be08019352ade2d542a0b9d098cc2709356a176e;p=sbcl.git 1.0.29.15: delete stray debugging cruft * Commit mishap from 1.0.29.14. --- diff --git a/src/compiler/x86/float.lisp b/src/compiler/x86/float.lisp index 20fbf29..c20baef 100644 --- a/src/compiler/x86/float.lisp +++ b/src/compiler/x86/float.lisp @@ -507,7 +507,6 @@ (:node-var node) (:note "complex float to pointer coercion") (:generator 13 - (:break x y node) (with-fixed-allocation (y complex-single-float-widetag complex-single-float-size diff --git a/version.lisp-expr b/version.lisp-expr index af99dab..b8588b7 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.29.14" +"1.0.29.15"