From cc0e7790a1e4675bf0cb1e878e08e988e75f78a7 Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Mon, 14 Jan 2002 21:25:52 +0000
Subject: [PATCH] Oops. precision-control-alist should only be defined for x86.

---
 code/float-trap.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/code/float-trap.lisp b/code/float-trap.lisp
index a8b8009d8..7250b6cf3 100644
--- a/code/float-trap.lisp
+++ b/code/float-trap.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/float-trap.lisp,v 1.18 2002/01/13 18:25:59 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/float-trap.lisp,v 1.19 2002/01/14 21:25:52 toy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -49,6 +49,7 @@
 	(cons :positive-infinity float-round-to-positive)
 	(cons :negative-infinity float-round-to-negative)))
 
+#+x86
 (defconstant precision-control-alist
   (list (cons :24-bit float-precision-24-bit)
 	(cons :53-bit float-precision-53-bit)
-- 
GitLab