From 49d46273133adb8debce78ad6e0598091f7b861b Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 28 Jan 2008 22:58:43 +0000
Subject: [PATCH] Fix typo in accurate-scale-exponent.  Was not handling
 double-double-float's.

---
 code/format.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/format.lisp b/code/format.lisp
index 9ec3a0963..c386d352b 100644
--- a/code/format.lisp
+++ b/code/format.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.76 2008/01/24 02:20:07 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.77 2008/01/28 22:58:43 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1226,7 +1226,7 @@
 				    (float x 1d0))
 				   (double-float
 				    x)
-				   #+double-double-float
+				   #+double-double
 				   (double-double-float
 				    (double-double-hi x)))))
 			 (ceiling (- (the (double-float -400d0 400d0) (log xd 10d0))
-- 
GitLab