From be08019352ade2d542a0b9d098cc2709356a176e Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Thu, 18 Jun 2009 09:21:34 +0000 Subject: [PATCH] 1.0.29.15: delete stray debugging cruft * Commit mishap from 1.0.29.14. --- src/compiler/x86/float.lisp | 1 - version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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" -- 1.7.10.4