From 058f8e7706ed41f4fb9102c3887e85445c2dbb0f Mon Sep 17 00:00:00 2001 From: pw <pw> Date: Sun, 4 Mar 2001 20:17:05 +0000 Subject: [PATCH] Add #+long-float to a couple of otherwise unused bindings. --- compiler/x86/float.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/x86/float.lisp b/compiler/x86/float.lisp index 6682e0fba..4da457197 100644 --- a/compiler/x86/float.lisp +++ b/compiler/x86/float.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.37 2000/06/26 15:56:00 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.38 2001/03/04 20:17:05 pw Exp $") ;;; ;;; ********************************************************************** ;;; @@ -765,7 +765,7 @@ ((frob (op fop-sti fopr-sti fop fopr sname scost fopd foprd dname dcost - lname lcost) + #+long-float lname #+long-float lcost) `(progn (define-vop (,sname) (:translate ,op) -- GitLab